Html Css Color HEX #BD7212 Ochre

📋 copy color: '#BD7212'

red 189 ◦ green 114 ◦ blue 18

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

Shades of Ochre #BD7212

Tints of Ochre #BD7212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

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

R = 58.88%
G = 35.51%
B = 5.61%

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

#BD7212 (or 0xBD7212) is known color: Ochre. HEX triplet: BD, 72 and 12. RGB value is (189,114,18). Sum of RGB (Red+Green+Blue) = 189+114+18=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7212 is #428DED. Grayscale: #7D7D7D. Windows color (decimal): -4361710 or 1209021. OLE color: 1209021.

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

Color convert

RGB 189 114 18 -
CMYK 0 0.40 0.90 0.26
HSL 33.68º 0.83% 0.41% -
HSV(B) 33.68º 0.9% 0.74% -
XYZ 27.11 22.9 3.56 -
YUV 125.48 67.35 173.31 -
System Red Green Blue C M Y K H S L
Decimal 189 114 18 0 0.40 0.90 0.26 33.68 0.83 0.41
Hex BD 72 12 0 28 5A 1A 22 53 29
Octal 275 162 22 0 50 132 32 42 123 51
Binary 10111101 1110010 10010 0 101000 1011010 11010 100010 1010011 101001

Color Harmonies of #BD7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7212

Black with #BD7212

Text Example


Text Example

White with #BD7212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7212; }

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

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

background-color css

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

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

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

border-color css

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

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

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