Html Css Color HEX #B77106 Dark Goldenrod

📋 copy color: '#B77106'

red 183 ◦ green 113 ◦ blue 6

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

Shades of Dark Goldenrod #B77106

Tints of Dark Goldenrod #B77106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 60.6%
G = 37.42%
B = 1.99%

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

#B77106 (or 0xB77106) is known color: Dark Goldenrod. HEX triplet: B7, 71 and 06. RGB value is (183,113,6). Sum of RGB (Red+Green+Blue) = 183+113+6=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B77106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77106 is #488EF9. Grayscale: #7A7A7A. Windows color (decimal): -4755194 or 422327. OLE color: 422327.

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

Color convert

RGB 183 113 6 -
CMYK 0 0.38 0.97 0.28
HSL 36.27º 0.94% 0.37% -
HSV(B) 36.27º 0.97% 0.72% -
XYZ 25.47 21.89 3.06 -
YUV 121.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 183 113 6 0 0.38 0.97 0.28 36.27 0.94 0.37
Hex B7 71 6 0 26 61 1C 24 5E 25
Octal 267 161 6 0 46 141 34 44 136 45
Binary 10110111 1110001 110 0 100110 1100001 11100 100100 1011110 100101

Color Harmonies of #B77106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77106

Black with #B77106

Text Example


Text Example

White with #B77106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77106; }

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

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

background-color css

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

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

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

border-color css

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

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

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