Html Css Color HEX #BD6C0C Ochre

📋 copy color: '#BD6C0C'

red 189 ◦ green 108 ◦ blue 12

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

Shades of Ochre #BD6C0C

Tints of Ochre #BD6C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 61.17%
G = 34.95%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD6C0C (or 0xBD6C0C) is known color: Ochre. HEX triplet: BD, 6C and 0C. RGB value is (189,108,12). Sum of RGB (Red+Green+Blue) = 189+108+12=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6C0C is #4293F3. Grayscale: #797979. Windows color (decimal): -4363252 or 814269. OLE color: 814269.

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

Color convert

RGB 189 108 12 -
CMYK 0 0.43 0.94 0.26
HSL 32.54º 0.88% 0.39% -
HSV(B) 32.54º 0.94% 0.74% -
XYZ 26.42 21.57 3.12 -
YUV 121.28 66.34 176.31 -
System Red Green Blue C M Y K H S L
Decimal 189 108 12 0 0.43 0.94 0.26 32.54 0.88 0.39
Hex BD 6C C 0 2B 5E 1A 21 58 27
Octal 275 154 14 0 53 136 32 41 130 47
Binary 10111101 1101100 1100 0 101011 1011110 11010 100001 1011000 100111

Color Harmonies of #BD6C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C0C

Black with #BD6C0C

Text Example


Text Example

White with #BD6C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C0C; }

 p { color: rgb(189,108,12); }

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

background-color css

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

 a { background-color: rgb(189,108,12); }

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

border-color css

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

 span { border-color: rgb(189,108,12); }

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