Html Css Color HEX #B49504 Dark Goldenrod

📋 copy color: '#B49504'

red 180 ◦ green 149 ◦ blue 4

#B49504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B49504

Tints of Dark Goldenrod #B49504

RGB

 RED value IS 180 (70.7% from 255) = 54.05%

 GREEN value IS 149 (58.59% from 255) = 44.74%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 54.05%
G = 44.74%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B49504 (or 0xB49504) is known color: Dark Goldenrod. HEX triplet: B4, 95 and 04. RGB value is (180,149,4). Sum of RGB (Red+Green+Blue) = 180+149+4=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B49504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49504 is #4B6AFB. Grayscale: #8E8E8E. Windows color (decimal): -4942588 or 300468. OLE color: 300468.

HSL color Cylindrical-coordinate representation of color #B49504: hue angle of 49.43º degrees, saturation: 0.96, 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 #B49504 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 4 -
CMYK 0 0.17 0.98 0.29
HSL 49.43º 0.96% 0.36% -
HSV(B) 49.43º 0.98% 0.71% -
XYZ 29.59 31.21 4.58 -
YUV 141.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 180 149 4 0 0.17 0.98 0.29 49.43 0.96 0.36
Hex B4 95 4 0 11 62 1D 31 60 24
Octal 264 225 4 0 21 142 35 61 140 44
Binary 10110100 10010101 100 0 10001 1100010 11101 110001 1100000 100100

Color Harmonies of #B49504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49504

Black with #B49504

Text Example


Text Example

White with #B49504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49504; }

 p { color: rgb(180,149,4); }

 H1.HeaderClassName
 {
   color: #B49504;
 }
 .AnyTagClassName
 {
   color: #B49504;
 }
</style>

background-color css

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

 a { background-color: rgb(180,149,4); }

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

border-color css

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

 span { border-color: rgb(180,149,4); }

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