Html Css Color HEX #B49202 Dark Goldenrod

📋 copy color: '#B49202'

red 180 ◦ green 146 ◦ blue 2

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

Shades of Dark Goldenrod #B49202

Tints of Dark Goldenrod #B49202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

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

R = 54.88%
G = 44.51%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B49202 (or 0xB49202) is known color: Dark Goldenrod. HEX triplet: B4, 92 and 02. RGB value is (180,146,2). Sum of RGB (Red+Green+Blue) = 180+146+2=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B49202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49202 is #4B6DFD. Grayscale: #8C8C8C. Windows color (decimal): -4943358 or 168628. OLE color: 168628.

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

Color convert

RGB 180 146 2 -
CMYK 0 0.19 0.99 0.29
HSL 48.54º 0.98% 0.36% -
HSV(B) 48.54º 0.99% 0.71% -
XYZ 29.11 30.27 4.36 -
YUV 139.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 180 146 2 0 0.19 0.99 0.29 48.54 0.98 0.36
Hex B4 92 2 0 13 63 1D 31 62 24
Octal 264 222 2 0 23 143 35 61 142 44
Binary 10110100 10010010 10 0 10011 1100011 11101 110001 1100010 100100

Color Harmonies of #B49202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49202

Black with #B49202

Text Example


Text Example

White with #B49202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49202; }

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

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

background-color css

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

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

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

border-color css

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

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

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