Html Css Color HEX #BD7211 Ochre

📋 copy color: '#BD7211'

red 189 ◦ green 114 ◦ blue 17

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

Shades of Ochre #BD7211

Tints of Ochre #BD7211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 59.06%
G = 35.63%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD7211 (or 0xBD7211) is known color: Ochre. HEX triplet: BD, 72 and 11. RGB value is (189,114,17). Sum of RGB (Red+Green+Blue) = 189+114+17=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7211 is #428DEE. Grayscale: #7D7D7D. Windows color (decimal): -4361711 or 1143485. OLE color: 1143485.

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

Color convert

RGB 189 114 17 -
CMYK 0 0.40 0.91 0.26
HSL 33.84º 0.83% 0.4% -
HSV(B) 33.84º 0.91% 0.74% -
XYZ 27.1 22.89 3.52 -
YUV 125.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 189 114 17 0 0.40 0.91 0.26 33.84 0.83 0.4
Hex BD 72 11 0 28 5B 1A 22 53 28
Octal 275 162 21 0 50 133 32 42 123 50
Binary 10111101 1110010 10001 0 101000 1011011 11010 100010 1010011 101000

Color Harmonies of #BD7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7211

Black with #BD7211

Text Example


Text Example

White with #BD7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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