#B4850A

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

Shades of Dark Goldenrod #B4850A

Tints of Dark Goldenrod #B4850A

Color information

#B4850A (or 0xB4850A) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 85 and 0A. RGB value is (180,133,10). Sum of RGB (Red+Green+Blue) = 180+133+10=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4850A is #4B7AF5. Grayscale: #858585. Windows color (decimal): -4946678 or 689588. OLE color: 689588.

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

Color convert

RGB18013310-
CMYK00.260.940.29
HSL43.41º89.47%37.25%-
HSV(B)43.41º94.44%70.59%-
XYZ27.2626.53.97-
YUV133.0358.57161.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 10 (4.30% from 255) = 3.10%
R=55.73%
G=41.18%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801331000.260.940.2943.4189.4737.25
HexB485A01A5E1D2b5925
Octal26420512032136355313145
Binary101101001000010110100110101011110111011010111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4850A; }

 p { color: rgb(180,133,10); }

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

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

 a { background-color: rgb(180,133,10); }

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

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

 span { border-color: rgb(180,133,10); }

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