#B46C03

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

Shades of Dark Goldenrod #B46C03

Tints of Dark Goldenrod #B46C03

Color information

#B46C03 (or 0xB46C03) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 6C and 03. RGB value is (180,108,3). Sum of RGB (Red+Green+Blue) = 180+108+3=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46C03 is #4B93FC. Grayscale: #767676. Windows color (decimal): -4953085 or 224436. OLE color: 224436.

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

Color convert

RGB1801083-
CMYK00.400.980.29
HSL35.59º96.72%35.88%-
HSV(B)35.59º98.33%70.59%-
XYZ24.220.432.75-
YUV117.5663.35172.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.86%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=61.86%
G=37.11%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180108300.400.980.2935.5996.7235.88
HexB46C3028621D246124
Octal2641543050142354414144
Binary1011010011011001101010001100010111011001001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C03; }

 p { color: rgb(180,108,3); }

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

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

 a { background-color: rgb(180,108,3); }

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

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

 span { border-color: rgb(180,108,3); }

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