#B67D05

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

Shades of Dark Goldenrod #B67D05

Tints of Dark Goldenrod #B67D05

Color information

#B67D05 (or 0xB67D05) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 7D and 05. RGB value is (182,125,5). Sum of RGB (Red+Green+Blue) = 182+125+5=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67D05 is #4982FA. Grayscale: #808080. Windows color (decimal): -4817659 or 359862. OLE color: 359862.

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

Color convert

RGB1821255-
CMYK00.310.970.29
HSL40.68º94.65%36.67%-
HSV(B)40.68º97.25%71.37%-
XYZ26.6524.623.49-
YUV128.3658.38166.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 5 (2.34% from 255) = 1.60%
R=58.33%
G=40.06%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182125500.310.970.2940.6894.6536.67
HexB67D501F611D295f25
Octal2661755037141355113745
Binary1011011011111011010111111100001111011010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D05; }

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

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

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

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

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

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

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

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