#B77B0B

Color #B77B0B Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B77B0B

Tints of Dark Goldenrod #B77B0B

Color information

#B77B0B (or 0xB77B0B) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 7B and 0B. RGB value is (183,123,11). Sum of RGB (Red+Green+Blue) = 183+123+11=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77B0B is #4884F4. Grayscale: #808080. Windows color (decimal): -4752629 or 752567. OLE color: 752567.

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

Color convert

RGB18312311-
CMYK00.330.940.28
HSL39.07º88.66%38.04%-
HSV(B)39.07º93.99%71.76%-
XYZ26.6724.263.59-
YUV128.1761.88167.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 11 (4.69% from 255) = 3.47%
R=57.73%
G=38.80%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831231100.330.940.2839.0788.6638.04
HexB77BB0215E1C275926
Octal26717313041136344713146
Binary101101111111011101101000011011110111001001111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B0B; }

 p { color: rgb(183,123,11); }

 H1.HeaderClassName
 {
   color: #B77B0B;
 }
 .AnyTagClassName
 {
   color: #B77B0B;
 }
</style>
background-color css

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

 a { background-color: rgb(183,123,11); }

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

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

 span { border-color: rgb(183,123,11); }

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