#B67405

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

Shades of Dark Goldenrod #B67405

Tints of Dark Goldenrod #B67405

Color information

#B67405 (or 0xB67405) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 74 and 05. RGB value is (182,116,5). Sum of RGB (Red+Green+Blue) = 182+116+5=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B67405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67405 is #498BFA. Grayscale: #7B7B7B. Windows color (decimal): -4819963 or 357558. OLE color: 357558.

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

Color convert

RGB1821165-
CMYK00.360.970.29
HSL37.63º94.65%36.67%-
HSV(B)37.63º97.25%71.37%-
XYZ25.5622.453.13-
YUV123.0861.37170.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.07%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 5 (2.34% from 255) = 1.65%
R=60.07%
G=38.28%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182116500.360.970.2937.6394.6536.67
HexB6745024611D265f25
Octal2661645044141354613745
Binary10110110111010010101001001100001111011001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67405; }

 p { color: rgb(182,116,5); }

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

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

 a { background-color: rgb(182,116,5); }

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

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

 span { border-color: rgb(182,116,5); }

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