Html Css Color HEX #B49404 Dark Goldenrod

📋 copy color: '#B49404'

red 180 ◦ green 148 ◦ blue 4

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

Shades of Dark Goldenrod #B49404

Tints of Dark Goldenrod #B49404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 54.22%
G = 44.58%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B49404 (or 0xB49404) is known color: Dark Goldenrod. HEX triplet: B4, 94 and 04. RGB value is (180,148,4). Sum of RGB (Red+Green+Blue) = 180+148+4=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B49404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49404 is #4B6BFB. Grayscale: #8D8D8D. Windows color (decimal): -4942844 or 300212. OLE color: 300212.

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

Color convert

RGB 180 148 4 -
CMYK 0 0.18 0.98 0.29
HSL 49.09º 0.96% 0.36% -
HSV(B) 49.09º 0.98% 0.71% -
XYZ 29.43 30.89 4.53 -
YUV 141.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 180 148 4 0 0.18 0.98 0.29 49.09 0.96 0.36
Hex B4 94 4 0 12 62 1D 31 60 24
Octal 264 224 4 0 22 142 35 61 140 44
Binary 10110100 10010100 100 0 10010 1100010 11101 110001 1100000 100100

Color Harmonies of #B49404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49404

Black with #B49404

Text Example


Text Example

White with #B49404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49404; }

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

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

background-color css

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

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

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

border-color css

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

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

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