#BD6B1A

Color #BD6B1A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #BD6B1A

Tints of Ochre #BD6B1A

Color information

#BD6B1A (or 0xBD6B1A) is unknown color: approx Ochre. HEX triplet: BD, 6B and 1A. RGB value is (189,107,26). Sum of RGB (Red+Green+Blue) = 189+107+26=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B1A is #4294E5. Grayscale: #7A7A7A. Windows color (decimal): -4363494 or 1731517. OLE color: 1731517.

HSL color Cylindrical-coordinate representation of color #BD6B1A: hue angle of 29.82º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD6B1A is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB18910726-
CMYK00.430.860.26
HSL29.82º75.81%42.16%-
HSV(B)29.82º86.24%74.12%-
XYZ26.4321.413.72-
YUV122.2873.67175.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 58.70%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 26 (10.55% from 255) = 8.07%
R=58.70%
G=33.23%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891072600.430.860.2629.8275.8142.16
HexBD6B1A02B561A1e4c2a
Octal27515332053126323611452
Binary101111011101011110100101011101011011010111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B1A; }

 p { color: rgb(189,107,26); }

 H1.HeaderClassName
 {
   color: #BD6B1A;
 }
 .AnyTagClassName
 {
   color: #BD6B1A;
 }
</style>
background-color css

<style>
 a { background-color: #BD6B1A; }

 a { background-color: rgb(189,107,26); }

 div.DivClassName
 {
   background-color: #BD6B1A;
 }
 .BgClassName
 {
   background-color: #BD6B1A;
 }
</style>
border-color css

<style>
 span { border-color: #BD6B1A; }

 span { border-color: rgb(189,107,26); }

 td.TdClassName
 {
   border-color: #BD6B1A;
 }
 .TagClassName
 {
   border-color: #BD6B1A;
 }
</style>