Html Css Color HEX #B49014 Dark Goldenrod

📋 copy color: '#B49014'

red 180 ◦ green 144 ◦ blue 20

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

Shades of Dark Goldenrod #B49014

Tints of Dark Goldenrod #B49014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 52.33%
G = 41.86%
B = 5.81%

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

#B49014 (or 0xB49014) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 14. RGB value is (180,144,20). Sum of RGB (Red+Green+Blue) = 180+144+20=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B49014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49014 is #4B6FEB. Grayscale: #8D8D8D. Windows color (decimal): -4943852 or 1347764. OLE color: 1347764.

HSL color Cylindrical-coordinate representation of color #B49014: hue angle of 46.5º degrees, saturation: 0.8, 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 #B49014 is Cyan = 0, Magento = 0.2, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 20 -
CMYK 0 0.2 0.89 0.29
HSL 46.5º 0.8% 0.39% -
HSV(B) 46.5º 0.89% 0.71% -
XYZ 28.92 29.7 4.87 -
YUV 140.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 180 144 20 0 0.2 0.89 0.29 46.5 0.8 0.39
Hex B4 90 14 0 14 59 1D 2E 50 27
Octal 264 220 24 0 24 131 35 56 120 47
Binary 10110100 10010000 10100 0 10100 1011001 11101 101110 1010000 100111

Color Harmonies of #B49014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49014

Black with #B49014

Text Example


Text Example

White with #B49014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49014; }

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

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

background-color css

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

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

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

border-color css

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

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

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