Html Css Color HEX #B49002 Dark Goldenrod

📋 copy color: '#B49002'

red 180 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #B49002

Tints of Dark Goldenrod #B49002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 55.21%
G = 44.17%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B49002 (or 0xB49002) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 02. RGB value is (180,144,2). Sum of RGB (Red+Green+Blue) = 180+144+2=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B49002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49002 is #4B6FFD. Grayscale: #8B8B8B. Windows color (decimal): -4943870 or 168116. OLE color: 168116.

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

Color convert

RGB 180 144 2 -
CMYK 0 0.2 0.99 0.29
HSL 47.87º 0.98% 0.36% -
HSV(B) 47.87º 0.99% 0.71% -
XYZ 28.81 29.65 4.26 -
YUV 138.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 180 144 2 0 0.2 0.99 0.29 47.87 0.98 0.36
Hex B4 90 2 0 14 63 1D 30 62 24
Octal 264 220 2 0 24 143 35 60 142 44
Binary 10110100 10010000 10 0 10100 1100011 11101 110000 1100010 100100

Color Harmonies of #B49002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49002

Black with #B49002

Text Example


Text Example

White with #B49002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49002; }

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

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

background-color css

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

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

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

border-color css

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

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

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