#B67302

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

Shades of Dark Goldenrod #B67302

Tints of Dark Goldenrod #B67302

Color information

#B67302 (or 0xB67302) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 73 and 02. RGB value is (182,115,2). Sum of RGB (Red+Green+Blue) = 182+115+2=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B67302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67302 is #498CFD. Grayscale: #7A7A7A. Windows color (decimal): -4820222 or 160694. OLE color: 160694.

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

Color convert

RGB1821152-
CMYK00.370.990.29
HSL37.67º97.83%36.08%-
HSV(B)37.67º98.9%71.37%-
XYZ25.4322.213-
YUV122.1560.2170.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.87%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=60.87%
G=38.46%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182115200.370.990.2937.6797.8336.08
HexB6732025631D266224
Octal2661632045143354614244
Binary1011011011100111001001011100011111011001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67302; }

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

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

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

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

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

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

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

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