Html Css Color HEX #B07616 Dark Goldenrod

📋 copy color: '#B07616'

red 176 ◦ green 118 ◦ blue 22

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

Shades of Dark Goldenrod #B07616

Tints of Dark Goldenrod #B07616

RGB

 RED value IS 176 (69.14% from 255) = 55.7%

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

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

R = 55.7%
G = 37.34%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B07616 (or 0xB07616) is known color: Dark Goldenrod. HEX triplet: B0, 76 and 16. RGB value is (176,118,22). Sum of RGB (Red+Green+Blue) = 176+118+22=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B07616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07616 is #4F89E9. Grayscale: #7C7C7C. Windows color (decimal): -5212650 or 1472176. OLE color: 1472176.

HSL color Cylindrical-coordinate representation of color #B07616: hue angle of 37.4º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B07616 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 22 -
CMYK 0 0.33 0.88 0.31
HSL 37.4º 0.78% 0.39% -
HSV(B) 37.4º 0.88% 0.69% -
XYZ 24.53 22.24 3.76 -
YUV 124.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 176 118 22 0 0.33 0.88 0.31 37.4 0.78 0.39
Hex B0 76 16 0 21 58 1F 25 4E 27
Octal 260 166 26 0 41 130 37 45 116 47
Binary 10110000 1110110 10110 0 100001 1011000 11111 100101 1001110 100111

Color Harmonies of #B07616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07616

Black with #B07616

Text Example


Text Example

White with #B07616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07616; }

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

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

background-color css

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

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

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

border-color css

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

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

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