Html Css Color HEX #BD7716 Ochre

📋 copy color: '#BD7716'

red 189 ◦ green 119 ◦ blue 22

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

Shades of Ochre #BD7716

Tints of Ochre #BD7716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

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

R = 57.27%
G = 36.06%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD7716 (or 0xBD7716) is known color: Ochre. HEX triplet: BD, 77 and 16. RGB value is (189,119,22). Sum of RGB (Red+Green+Blue) = 189+119+22=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7716 is #4288E9. Grayscale: #818181. Windows color (decimal): -4360426 or 1472445. OLE color: 1472445.

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

Color convert

RGB 189 119 22 -
CMYK 0 0.37 0.88 0.26
HSL 34.85º 0.79% 0.41% -
HSV(B) 34.85º 0.88% 0.74% -
XYZ 27.73 24.07 3.94 -
YUV 128.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 189 119 22 0 0.37 0.88 0.26 34.85 0.79 0.41
Hex BD 77 16 0 25 58 1A 23 4F 29
Octal 275 167 26 0 45 130 32 43 117 51
Binary 10111101 1110111 10110 0 100101 1011000 11010 100011 1001111 101001

Color Harmonies of #BD7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7716

Black with #BD7716

Text Example


Text Example

White with #BD7716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7716; }

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

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

background-color css

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

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

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

border-color css

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

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

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