Html Css Color HEX #BA8802 Dark Goldenrod

📋 copy color: '#BA8802'

red 186 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #BA8802

Tints of Dark Goldenrod #BA8802

RGB

 RED value IS 186 (73.05% from 255) = 57.41%

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

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

R = 57.41%
G = 41.98%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA8802 (or 0xBA8802) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 02. RGB value is (186,136,2). Sum of RGB (Red+Green+Blue) = 186+136+2=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8802 is #4577FD. Grayscale: #888888. Windows color (decimal): -4552702 or 166074. OLE color: 166074.

HSL color Cylindrical-coordinate representation of color #BA8802: hue angle of 43.7º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA8802 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 2 -
CMYK 0 0.27 0.99 0.27
HSL 43.7º 0.98% 0.37% -
HSV(B) 43.7º 0.99% 0.73% -
XYZ 29.06 28.05 3.94 -
YUV 135.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 186 136 2 0 0.27 0.99 0.27 43.7 0.98 0.37
Hex BA 88 2 0 1B 63 1B 2C 62 25
Octal 272 210 2 0 33 143 33 54 142 45
Binary 10111010 10001000 10 0 11011 1100011 11011 101100 1100010 100101

Color Harmonies of #BA8802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8802

Black with #BA8802

Text Example


Text Example

White with #BA8802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8802; }

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

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

background-color css

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

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

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

border-color css

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

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

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