Html Css Color HEX #BD7412 Ochre

📋 copy color: '#BD7412'

red 189 ◦ green 116 ◦ blue 18

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

Shades of Ochre #BD7412

Tints of Ochre #BD7412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.91%

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

R = 58.51%
G = 35.91%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD7412 (or 0xBD7412) is known color: Ochre. HEX triplet: BD, 74 and 12. RGB value is (189,116,18). Sum of RGB (Red+Green+Blue) = 189+116+18=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7412 is #428BED. Grayscale: #7F7F7F. Windows color (decimal): -4361198 or 1209533. OLE color: 1209533.

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

Color convert

RGB 189 116 18 -
CMYK 0 0.39 0.90 0.26
HSL 34.39º 0.83% 0.41% -
HSV(B) 34.39º 0.9% 0.74% -
XYZ 27.34 23.35 3.64 -
YUV 126.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 189 116 18 0 0.39 0.90 0.26 34.39 0.83 0.41
Hex BD 74 12 0 27 5A 1A 22 53 29
Octal 275 164 22 0 47 132 32 42 123 51
Binary 10111101 1110100 10010 0 100111 1011010 11010 100010 1010011 101001

Color Harmonies of #BD7412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7412

Black with #BD7412

Text Example


Text Example

White with #BD7412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7412; }

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

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

background-color css

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

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

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

border-color css

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

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

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