Html Css Color HEX #BD7016 Ochre

📋 copy color: '#BD7016'

red 189 ◦ green 112 ◦ blue 22

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

Shades of Ochre #BD7016

Tints of Ochre #BD7016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 58.51%
G = 34.67%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD7016 (or 0xBD7016) is known color: Ochre. HEX triplet: BD, 70 and 16. RGB value is (189,112,22). Sum of RGB (Red+Green+Blue) = 189+112+22=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7016 is #428FE9. Grayscale: #7D7D7D. Windows color (decimal): -4362218 or 1470653. OLE color: 1470653.

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

Color convert

RGB 189 112 22 -
CMYK 0 0.41 0.88 0.26
HSL 32.34º 0.79% 0.41% -
HSV(B) 32.34º 0.88% 0.74% -
XYZ 26.93 22.47 3.68 -
YUV 124.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 189 112 22 0 0.41 0.88 0.26 32.34 0.79 0.41
Hex BD 70 16 0 29 58 1A 20 4F 29
Octal 275 160 26 0 51 130 32 40 117 51
Binary 10111101 1110000 10110 0 101001 1011000 11010 100000 1001111 101001

Color Harmonies of #BD7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7016

Black with #BD7016

Text Example


Text Example

White with #BD7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7016; }

 p { color: rgb(189,112,22); }

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

background-color css

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

 a { background-color: rgb(189,112,22); }

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

border-color css

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

 span { border-color: rgb(189,112,22); }

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