Html Css Color HEX #B77208 Dark Goldenrod

📋 copy color: '#B77208'

red 183 ◦ green 114 ◦ blue 8

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

Shades of Dark Goldenrod #B77208

Tints of Dark Goldenrod #B77208

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 60%
G = 37.38%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B77208 (or 0xB77208) is known color: Dark Goldenrod. HEX triplet: B7, 72 and 08. RGB value is (183,114,8). Sum of RGB (Red+Green+Blue) = 183+114+8=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B77208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77208 is #488DF7. Grayscale: #7B7B7B. Windows color (decimal): -4754936 or 553655. OLE color: 553655.

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

Color convert

RGB 183 114 8 -
CMYK 0 0.38 0.96 0.28
HSL 36.34º 0.92% 0.37% -
HSV(B) 36.34º 0.96% 0.72% -
XYZ 25.59 22.12 3.15 -
YUV 122.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 183 114 8 0 0.38 0.96 0.28 36.34 0.92 0.37
Hex B7 72 8 0 26 60 1C 24 5C 25
Octal 267 162 10 0 46 140 34 44 134 45
Binary 10110111 1110010 1000 0 100110 1100000 11100 100100 1011100 100101

Color Harmonies of #B77208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77208

Black with #B77208

Text Example


Text Example

White with #B77208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77208; }

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

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

background-color css

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

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

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

border-color css

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

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

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