#B67305

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

Shades of Dark Goldenrod #B67305

Tints of Dark Goldenrod #B67305

Color information

#B67305 (or 0xB67305) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 73 and 05. RGB value is (182,115,5). Sum of RGB (Red+Green+Blue) = 182+115+5=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B67305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67305 is #498CFA. Grayscale: #7A7A7A. Windows color (decimal): -4820219 or 357302. OLE color: 357302.

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

Color convert

RGB1821155-
CMYK00.370.970.29
HSL37.29º94.65%36.67%-
HSV(B)37.29º97.25%71.37%-
XYZ25.4522.223.09-
YUV122.4961.7170.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 5 (2.34% from 255) = 1.66%
R=60.26%
G=38.08%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182115500.370.970.2937.2994.6536.67
HexB6735025611D255f25
Octal2661635045141354513745
Binary10110110111001110101001011100001111011001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67305; }

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

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

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

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

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

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

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

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