Html Css Color HEX #BD7616 Ochre

📋 copy color: '#BD7616'

red 189 ◦ green 118 ◦ blue 22

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

Shades of Ochre #BD7616

Tints of Ochre #BD7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 57.45%
G = 35.87%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD7616 (or 0xBD7616) is known color: Ochre. HEX triplet: BD, 76 and 16. RGB value is (189,118,22). Sum of RGB (Red+Green+Blue) = 189+118+22=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7616 is #4289E9. Grayscale: #808080. Windows color (decimal): -4360682 or 1472189. OLE color: 1472189.

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

Color convert

RGB 189 118 22 -
CMYK 0 0.38 0.88 0.26
HSL 34.49º 0.79% 0.41% -
HSV(B) 34.49º 0.88% 0.74% -
XYZ 27.61 23.83 3.9 -
YUV 128.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 189 118 22 0 0.38 0.88 0.26 34.49 0.79 0.41
Hex BD 76 16 0 26 58 1A 22 4F 29
Octal 275 166 26 0 46 130 32 42 117 51
Binary 10111101 1110110 10110 0 100110 1011000 11010 100010 1001111 101001

Color Harmonies of #BD7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7616

Black with #BD7616

Text Example


Text Example

White with #BD7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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