Html Css Color HEX #B49702 Dark Goldenrod

📋 copy color: '#B49702'

red 180 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #B49702

Tints of Dark Goldenrod #B49702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.35%

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

R = 54.05%
G = 45.35%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B49702 (or 0xB49702) is known color: Dark Goldenrod. HEX triplet: B4, 97 and 02. RGB value is (180,151,2). Sum of RGB (Red+Green+Blue) = 180+151+2=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B49702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49702 is #4B68FD. Grayscale: #8F8F8F. Windows color (decimal): -4942078 or 169908. OLE color: 169908.

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

Color convert

RGB 180 151 2 -
CMYK 0 0.16 0.99 0.29
HSL 50.22º 0.98% 0.36% -
HSV(B) 50.22º 0.99% 0.71% -
XYZ 29.9 31.84 4.63 -
YUV 142.69 48.61 154.62 -
System Red Green Blue C M Y K H S L
Decimal 180 151 2 0 0.16 0.99 0.29 50.22 0.98 0.36
Hex B4 97 2 0 10 63 1D 32 62 24
Octal 264 227 2 0 20 143 35 62 142 44
Binary 10110100 10010111 10 0 10000 1100011 11101 110010 1100010 100100

Color Harmonies of #B49702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49702

Black with #B49702

Text Example


Text Example

White with #B49702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49702; }

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

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

background-color css

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

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

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

border-color css

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

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

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