Html Css Color HEX #B77408 Dark Goldenrod

📋 copy color: '#B77408'

red 183 ◦ green 116 ◦ blue 8

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

Shades of Dark Goldenrod #B77408

Tints of Dark Goldenrod #B77408

RGB

 RED value IS 183 (71.88% from 255) = 59.61%

 GREEN value IS 116 (45.7% from 255) = 37.79%

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

R = 59.61%
G = 37.79%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B77408 (or 0xB77408) is known color: Dark Goldenrod. HEX triplet: B7, 74 and 08. RGB value is (183,116,8). Sum of RGB (Red+Green+Blue) = 183+116+8=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B77408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77408 is #488BF7. Grayscale: #7C7C7C. Windows color (decimal): -4754424 or 554167. OLE color: 554167.

HSL color Cylindrical-coordinate representation of color #B77408: hue angle of 37.03º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B77408 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 116 8 -
CMYK 0 0.37 0.96 0.28
HSL 37.03º 0.92% 0.37% -
HSV(B) 37.03º 0.96% 0.72% -
XYZ 25.82 22.58 3.23 -
YUV 123.72 62.7 170.28 -
System Red Green Blue C M Y K H S L
Decimal 183 116 8 0 0.37 0.96 0.28 37.03 0.92 0.37
Hex B7 74 8 0 25 60 1C 25 5C 25
Octal 267 164 10 0 45 140 34 45 134 45
Binary 10110111 1110100 1000 0 100101 1100000 11100 100101 1011100 100101

Color Harmonies of #B77408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77408

Black with #B77408

Text Example


Text Example

White with #B77408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77408; }

 p { color: rgb(183,116,8); }

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

background-color css

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

 a { background-color: rgb(183,116,8); }

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

border-color css

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

 span { border-color: rgb(183,116,8); }

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