Html Css Color HEX #B77506 Dark Goldenrod

📋 copy color: '#B77506'

red 183 ◦ green 117 ◦ blue 6

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

Shades of Dark Goldenrod #B77506

Tints of Dark Goldenrod #B77506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 59.8%
G = 38.24%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B77506 (or 0xB77506) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 06. RGB value is (183,117,6). Sum of RGB (Red+Green+Blue) = 183+117+6=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B77506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77506 is #488AF9. Grayscale: #7C7C7C. Windows color (decimal): -4754170 or 423351. OLE color: 423351.

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

Color convert

RGB 183 117 6 -
CMYK 0 0.36 0.97 0.28
HSL 37.63º 0.94% 0.37% -
HSV(B) 37.63º 0.97% 0.72% -
XYZ 25.92 22.8 3.21 -
YUV 124.08 61.37 170.03 -
System Red Green Blue C M Y K H S L
Decimal 183 117 6 0 0.36 0.97 0.28 37.63 0.94 0.37
Hex B7 75 6 0 24 61 1C 26 5E 25
Octal 267 165 6 0 44 141 34 46 136 45
Binary 10110111 1110101 110 0 100100 1100001 11100 100110 1011110 100101

Color Harmonies of #B77506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77506

Black with #B77506

Text Example


Text Example

White with #B77506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77506; }

 p { color: rgb(183,117,6); }

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

background-color css

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

 a { background-color: rgb(183,117,6); }

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

border-color css

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

 span { border-color: rgb(183,117,6); }

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