Html Css Color HEX #B49012 Dark Goldenrod

📋 copy color: '#B49012'

red 180 ◦ green 144 ◦ blue 18

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

Shades of Dark Goldenrod #B49012

Tints of Dark Goldenrod #B49012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 52.63%
G = 42.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B49012 (or 0xB49012) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 12. RGB value is (180,144,18). Sum of RGB (Red+Green+Blue) = 180+144+18=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B49012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49012 is #4B6FED. Grayscale: #8C8C8C. Windows color (decimal): -4943854 or 1216692. OLE color: 1216692.

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

Color convert

RGB 180 144 18 -
CMYK 0 0.2 0.9 0.29
HSL 46.67º 0.82% 0.39% -
HSV(B) 46.67º 0.9% 0.71% -
XYZ 28.9 29.69 4.78 -
YUV 140.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 180 144 18 0 0.2 0.9 0.29 46.67 0.82 0.39
Hex B4 90 12 0 14 5A 1D 2F 52 27
Octal 264 220 22 0 24 132 35 57 122 47
Binary 10110100 10010000 10010 0 10100 1011010 11101 101111 1010010 100111

Color Harmonies of #B49012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49012

Black with #B49012

Text Example


Text Example

White with #B49012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49012; }

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

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

background-color css

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

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

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

border-color css

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

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

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