Html Css Color HEX #BD7012 Ochre

📋 copy color: '#BD7012'

red 189 ◦ green 112 ◦ blue 18

#BD7012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #BD7012

Tints of Ochre #BD7012

RGB

 RED value IS 189 (74.22% from 255) = 59.25%

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 59.25%
G = 35.11%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD7012 (or 0xBD7012) is known color: Ochre. HEX triplet: BD, 70 and 12. RGB value is (189,112,18). Sum of RGB (Red+Green+Blue) = 189+112+18=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7012 is #428FED. Grayscale: #7C7C7C. Windows color (decimal): -4362222 or 1208509. OLE color: 1208509.

HSL color Cylindrical-coordinate representation of color #BD7012: hue angle of 32.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD7012 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 112 18 -
CMYK 0 0.41 0.90 0.26
HSL 32.98º 0.83% 0.41% -
HSV(B) 32.98º 0.9% 0.74% -
XYZ 26.89 22.45 3.49 -
YUV 124.31 68.01 174.14 -
System Red Green Blue C M Y K H S L
Decimal 189 112 18 0 0.41 0.90 0.26 32.98 0.83 0.41
Hex BD 70 12 0 29 5A 1A 21 53 29
Octal 275 160 22 0 51 132 32 41 123 51
Binary 10111101 1110000 10010 0 101001 1011010 11010 100001 1010011 101001

Color Harmonies of #BD7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7012

Black with #BD7012

Text Example


Text Example

White with #BD7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7012; }

 p { color: rgb(189,112,18); }

 H1.HeaderClassName
 {
   color: #BD7012;
 }
 .AnyTagClassName
 {
   color: #BD7012;
 }
</style>

background-color css

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

 a { background-color: rgb(189,112,18); }

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

border-color css

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

 span { border-color: rgb(189,112,18); }

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