Html Css Color HEX #B49013 Dark Goldenrod

📋 copy color: '#B49013'

red 180 ◦ green 144 ◦ blue 19

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

Shades of Dark Goldenrod #B49013

Tints of Dark Goldenrod #B49013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.98%

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 52.48%
G = 41.98%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B49013 (or 0xB49013) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 13. RGB value is (180,144,19). Sum of RGB (Red+Green+Blue) = 180+144+19=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B49013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49013 is #4B6FEC. Grayscale: #8D8D8D. Windows color (decimal): -4943853 or 1282228. OLE color: 1282228.

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

Color convert

RGB 180 144 19 -
CMYK 0 0.2 0.89 0.29
HSL 46.58º 0.81% 0.39% -
HSV(B) 46.58º 0.89% 0.71% -
XYZ 28.91 29.7 4.82 -
YUV 140.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 180 144 19 0 0.2 0.89 0.29 46.58 0.81 0.39
Hex B4 90 13 0 14 59 1D 2F 51 27
Octal 264 220 23 0 24 131 35 57 121 47
Binary 10110100 10010000 10011 0 10100 1011001 11101 101111 1010001 100111

Color Harmonies of #B49013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49013

Black with #B49013

Text Example


Text Example

White with #B49013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49013; }

 p { color: rgb(180,144,19); }

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

background-color css

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

 a { background-color: rgb(180,144,19); }

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

border-color css

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

 span { border-color: rgb(180,144,19); }

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