Html Css Color HEX #B49902 Dark Goldenrod

📋 copy color: '#B49902'

red 180 ◦ green 153 ◦ blue 2

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

Shades of Dark Goldenrod #B49902

Tints of Dark Goldenrod #B49902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

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

R = 53.73%
G = 45.67%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B49902 (or 0xB49902) is known color: Dark Goldenrod. HEX triplet: B4, 99 and 02. RGB value is (180,153,2). Sum of RGB (Red+Green+Blue) = 180+153+2=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B49902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49902 is #4B66FD. Grayscale: #909090. Windows color (decimal): -4941566 or 170420. OLE color: 170420.

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

Color convert

RGB 180 153 2 -
CMYK 0 0.15 0.99 0.29
HSL 50.9º 0.98% 0.36% -
HSV(B) 50.9º 0.99% 0.71% -
XYZ 30.22 32.49 4.74 -
YUV 143.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 180 153 2 0 0.15 0.99 0.29 50.9 0.98 0.36
Hex B4 99 2 0 F 63 1D 33 62 24
Octal 264 231 2 0 17 143 35 63 142 44
Binary 10110100 10011001 10 0 1111 1100011 11101 110011 1100010 100100

Color Harmonies of #B49902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49902

Black with #B49902

Text Example


Text Example

White with #B49902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49902; }

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

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

background-color css

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

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

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

border-color css

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

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

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