Html Css Color HEX #B49602 Dark Goldenrod

📋 copy color: '#B49602'

red 180 ◦ green 150 ◦ blue 2

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

Shades of Dark Goldenrod #B49602

Tints of Dark Goldenrod #B49602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

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

R = 54.22%
G = 45.18%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B49602 (or 0xB49602) is known color: Dark Goldenrod. HEX triplet: B4, 96 and 02. RGB value is (180,150,2). Sum of RGB (Red+Green+Blue) = 180+150+2=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B49602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49602 is #4B69FD. Grayscale: #8E8E8E. Windows color (decimal): -4942334 or 169652. OLE color: 169652.

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

Color convert

RGB 180 150 2 -
CMYK 0 0.17 0.99 0.29
HSL 49.89º 0.98% 0.36% -
HSV(B) 49.89º 0.99% 0.71% -
XYZ 29.74 31.52 4.57 -
YUV 142.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 180 150 2 0 0.17 0.99 0.29 49.89 0.98 0.36
Hex B4 96 2 0 11 63 1D 32 62 24
Octal 264 226 2 0 21 143 35 62 142 44
Binary 10110100 10010110 10 0 10001 1100011 11101 110010 1100010 100100

Color Harmonies of #B49602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49602

Black with #B49602

Text Example


Text Example

White with #B49602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49602; }

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

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

background-color css

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

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

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

border-color css

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

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

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