Html Css Color HEX #B48802 Dark Goldenrod

📋 copy color: '#B48802'

red 180 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #B48802

Tints of Dark Goldenrod #B48802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 56.6%
G = 42.77%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B48802 (or 0xB48802) is known color: Dark Goldenrod. HEX triplet: B4, 88 and 02. RGB value is (180,136,2). Sum of RGB (Red+Green+Blue) = 180+136+2=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B48802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48802 is #4B77FD. Grayscale: #868686. Windows color (decimal): -4945918 or 166068. OLE color: 166068.

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

Color convert

RGB 180 136 2 -
CMYK 0 0.24 0.99 0.29
HSL 45.17º 0.98% 0.36% -
HSV(B) 45.17º 0.99% 0.71% -
XYZ 27.64 27.32 3.87 -
YUV 133.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 180 136 2 0 0.24 0.99 0.29 45.17 0.98 0.36
Hex B4 88 2 0 18 63 1D 2D 62 24
Octal 264 210 2 0 30 143 35 55 142 44
Binary 10110100 10001000 10 0 11000 1100011 11101 101101 1100010 100100

Color Harmonies of #B48802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48802

Black with #B48802

Text Example


Text Example

White with #B48802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48802; }

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

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

background-color css

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

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

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

border-color css

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

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

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