#B67A02

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

Shades of Dark Goldenrod #B67A02

Tints of Dark Goldenrod #B67A02

Color information

#B67A02 (or 0xB67A02) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 7A and 02. RGB value is (182,122,2). Sum of RGB (Red+Green+Blue) = 182+122+2=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67A02 is #4985FD. Grayscale: #7E7E7E. Windows color (decimal): -4818430 or 162486. OLE color: 162486.

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

Color convert

RGB1821222-
CMYK00.330.990.29
HSL40º97.83%36.08%-
HSV(B)40º98.9%71.37%-
XYZ26.2623.873.28-
YUV126.2657.88167.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.48%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=59.48%
G=39.87%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182122200.330.990.294097.8336.08
HexB67A2021631D286224
Octal2661722041143355014244
Binary1011011011110101001000011100011111011010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A02; }

 p { color: rgb(182,122,2); }

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

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

 a { background-color: rgb(182,122,2); }

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

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

 span { border-color: rgb(182,122,2); }

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