Html Css Color HEX #BD7112 Ochre

📋 copy color: '#BD7112'

red 189 ◦ green 113 ◦ blue 18

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

Shades of Ochre #BD7112

Tints of Ochre #BD7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

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

R = 59.06%
G = 35.31%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD7112 (or 0xBD7112) is known color: Ochre. HEX triplet: BD, 71 and 12. RGB value is (189,113,18). Sum of RGB (Red+Green+Blue) = 189+113+18=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7112 is #428EED. Grayscale: #7D7D7D. Windows color (decimal): -4361966 or 1208765. OLE color: 1208765.

HSL color Cylindrical-coordinate representation of color #BD7112: hue angle of 33.33º 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 #BD7112 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 18 -
CMYK 0 0.40 0.90 0.26
HSL 33.33º 0.83% 0.41% -
HSV(B) 33.33º 0.9% 0.74% -
XYZ 27 22.67 3.53 -
YUV 124.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 189 113 18 0 0.40 0.90 0.26 33.33 0.83 0.41
Hex BD 71 12 0 28 5A 1A 21 53 29
Octal 275 161 22 0 50 132 32 41 123 51
Binary 10111101 1110001 10010 0 101000 1011010 11010 100001 1010011 101001

Color Harmonies of #BD7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7112

Black with #BD7112

Text Example


Text Example

White with #BD7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7112; }

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

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

background-color css

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

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

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

border-color css

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

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

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