Html Css Color HEX #B77206 Dark Goldenrod

📋 copy color: '#B77206'

red 183 ◦ green 114 ◦ blue 6

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

Shades of Dark Goldenrod #B77206

Tints of Dark Goldenrod #B77206

RGB

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

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

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

R = 60.4%
G = 37.62%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B77206 (or 0xB77206) is known color: Dark Goldenrod. HEX triplet: B7, 72 and 06. RGB value is (183,114,6). Sum of RGB (Red+Green+Blue) = 183+114+6=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B77206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77206 is #488DF9. Grayscale: #7A7A7A. Windows color (decimal): -4754938 or 422583. OLE color: 422583.

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

Color convert

RGB 183 114 6 -
CMYK 0 0.38 0.97 0.28
HSL 36.61º 0.94% 0.37% -
HSV(B) 36.61º 0.97% 0.72% -
XYZ 25.58 22.12 3.09 -
YUV 122.32 62.36 171.28 -
System Red Green Blue C M Y K H S L
Decimal 183 114 6 0 0.38 0.97 0.28 36.61 0.94 0.37
Hex B7 72 6 0 26 61 1C 25 5E 25
Octal 267 162 6 0 46 141 34 45 136 45
Binary 10110111 1110010 110 0 100110 1100001 11100 100101 1011110 100101

Color Harmonies of #B77206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77206

Black with #B77206

Text Example


Text Example

White with #B77206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77206; }

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

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

background-color css

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

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

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

border-color css

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

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

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