Html Css Color HEX #B49802 Dark Goldenrod

📋 copy color: '#B49802'

red 180 ◦ green 152 ◦ blue 2

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

Shades of Dark Goldenrod #B49802

Tints of Dark Goldenrod #B49802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.51%

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

R = 53.89%
G = 45.51%
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

#B49802 (or 0xB49802) is known color: Dark Goldenrod. HEX triplet: B4, 98 and 02. RGB value is (180,152,2). Sum of RGB (Red+Green+Blue) = 180+152+2=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B49802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49802 is #4B67FD. Grayscale: #8F8F8F. Windows color (decimal): -4941822 or 170164. OLE color: 170164.

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

Color convert

RGB 180 152 2 -
CMYK 0 0.16 0.99 0.29
HSL 50.56º 0.98% 0.36% -
HSV(B) 50.56º 0.99% 0.71% -
XYZ 30.06 32.16 4.68 -
YUV 143.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 180 152 2 0 0.16 0.99 0.29 50.56 0.98 0.36
Hex B4 98 2 0 10 63 1D 33 62 24
Octal 264 230 2 0 20 143 35 63 142 44
Binary 10110100 10011000 10 0 10000 1100011 11101 110011 1100010 100100

Color Harmonies of #B49802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49802

Black with #B49802

Text Example


Text Example

White with #B49802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49802; }

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

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

background-color css

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

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

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

border-color css

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

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

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