Html Css Color HEX #B49503 Dark Goldenrod

📋 copy color: '#B49503'

red 180 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #B49503

Tints of Dark Goldenrod #B49503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 54.22%
G = 44.88%
B = 0.9%

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

#B49503 (or 0xB49503) is known color: Dark Goldenrod. HEX triplet: B4, 95 and 03. RGB value is (180,149,3). Sum of RGB (Red+Green+Blue) = 180+149+3=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B49503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49503 is #4B6AFC. Grayscale: #8E8E8E. Windows color (decimal): -4942589 or 234932. OLE color: 234932.

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

Color convert

RGB 180 149 3 -
CMYK 0 0.17 0.98 0.29
HSL 49.49º 0.97% 0.36% -
HSV(B) 49.49º 0.98% 0.71% -
XYZ 29.59 31.2 4.55 -
YUV 141.63 49.77 155.37 -
System Red Green Blue C M Y K H S L
Decimal 180 149 3 0 0.17 0.98 0.29 49.49 0.97 0.36
Hex B4 95 3 0 11 62 1D 31 61 24
Octal 264 225 3 0 21 142 35 61 141 44
Binary 10110100 10010101 11 0 10001 1100010 11101 110001 1100001 100100

Color Harmonies of #B49503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49503

Black with #B49503

Text Example


Text Example

White with #B49503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49503; }

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

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

background-color css

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

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

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

border-color css

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

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

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