Html Css Color HEX #B77C06 Dark Goldenrod

📋 copy color: '#B77C06'

red 183 ◦ green 124 ◦ blue 6

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

Shades of Dark Goldenrod #B77C06

Tints of Dark Goldenrod #B77C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

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

R = 58.47%
G = 39.62%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B77C06 (or 0xB77C06) is known color: Dark Goldenrod. HEX triplet: B7, 7C and 06. RGB value is (183,124,6). Sum of RGB (Red+Green+Blue) = 183+124+6=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C06 is #4883F9. Grayscale: #808080. Windows color (decimal): -4752378 or 425143. OLE color: 425143.

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

Color convert

RGB 183 124 6 -
CMYK 0 0.32 0.97 0.28
HSL 40º 0.94% 0.37% -
HSV(B) 40º 0.97% 0.72% -
XYZ 26.77 24.5 3.49 -
YUV 128.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 183 124 6 0 0.32 0.97 0.28 40 0.94 0.37
Hex B7 7C 6 0 20 61 1C 28 5E 25
Octal 267 174 6 0 40 141 34 50 136 45
Binary 10110111 1111100 110 0 100000 1100001 11100 101000 1011110 100101

Color Harmonies of #B77C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C06

Black with #B77C06

Text Example


Text Example

White with #B77C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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