#B76A02

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

Shades of Dark Goldenrod #B76A02

Tints of Dark Goldenrod #B76A02

Color information

#B76A02 (or 0xB76A02) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 6A and 02. RGB value is (183,106,2). Sum of RGB (Red+Green+Blue) = 183+106+2=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A02 is #4895FD. Grayscale: #757575. Windows color (decimal): -4756990 or 158391. OLE color: 158391.

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

Color convert

RGB1831062-
CMYK00.420.990.28
HSL34.48º97.84%36.27%-
HSV(B)34.48º98.91%71.76%-
XYZ24.6920.382.69-
YUV117.1763.01174.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.89%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=62.89%
G=36.43%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183106200.420.990.2834.4897.8436.27
HexB76A202A631C226224
Octal2671522052143344214244
Binary1011011111010101001010101100011111001000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A02; }

 p { color: rgb(183,106,2); }

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

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

 a { background-color: rgb(183,106,2); }

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

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

 span { border-color: rgb(183,106,2); }

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