Html Css Color HEX #B37608 Dark Goldenrod

📋 copy color: '#B37608'

red 179 ◦ green 118 ◦ blue 8

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

Shades of Dark Goldenrod #B37608

Tints of Dark Goldenrod #B37608

RGB

 RED value IS 179 (70.31% from 255) = 58.69%

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

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 58.69%
G = 38.69%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B37608 (or 0xB37608) is known color: Dark Goldenrod. HEX triplet: B3, 76 and 08. RGB value is (179,118,8). Sum of RGB (Red+Green+Blue) = 179+118+8=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B37608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37608 is #4C89F7. Grayscale: #7C7C7C. Windows color (decimal): -5016056 or 554675. OLE color: 554675.

HSL color Cylindrical-coordinate representation of color #B37608: hue angle of 38.6º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B37608 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 118 8 -
CMYK 0 0.34 0.96 0.30
HSL 38.6º 0.91% 0.37% -
HSV(B) 38.6º 0.96% 0.7% -
XYZ 25.11 22.56 3.26 -
YUV 123.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 179 118 8 0 0.34 0.96 0.30 38.6 0.91 0.37
Hex B3 76 8 0 22 60 1E 27 5B 25
Octal 263 166 10 0 42 140 36 47 133 45
Binary 10110011 1110110 1000 0 100010 1100000 11110 100111 1011011 100101

Color Harmonies of #B37608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37608

Black with #B37608

Text Example


Text Example

White with #B37608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37608; }

 p { color: rgb(179,118,8); }

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

background-color css

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

 a { background-color: rgb(179,118,8); }

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

border-color css

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

 span { border-color: rgb(179,118,8); }

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