#B76C02

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

Shades of Dark Goldenrod #B76C02

Tints of Dark Goldenrod #B76C02

Color information

#B76C02 (or 0xB76C02) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 6C and 02. RGB value is (183,108,2). Sum of RGB (Red+Green+Blue) = 183+108+2=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C02 is #4893FD. Grayscale: #767676. Windows color (decimal): -4756478 or 158903. OLE color: 158903.

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

Color convert

RGB1831082-
CMYK00.410.990.28
HSL35.14º97.84%36.27%-
HSV(B)35.14º98.91%71.76%-
XYZ24.920.82.76-
YUV118.3462.35174.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=62.46%
G=36.86%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183108200.410.990.2835.1497.8436.27
HexB76C2029631C236224
Octal2671542051143344314244
Binary1011011111011001001010011100011111001000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C02; }

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

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

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

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

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

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

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

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