Html Css Color HEX #BA8902 Dark Goldenrod

📋 copy color: '#BA8902'

red 186 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #BA8902

Tints of Dark Goldenrod #BA8902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.15%

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

R = 57.23%
G = 42.15%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA8902 (or 0xBA8902) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 02. RGB value is (186,137,2). Sum of RGB (Red+Green+Blue) = 186+137+2=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8902 is #4576FD. Grayscale: #888888. Windows color (decimal): -4552446 or 166330. OLE color: 166330.

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

Color convert

RGB 186 137 2 -
CMYK 0 0.26 0.99 0.27
HSL 44.02º 0.98% 0.37% -
HSV(B) 44.02º 0.99% 0.73% -
XYZ 29.21 28.33 3.99 -
YUV 136.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 186 137 2 0 0.26 0.99 0.27 44.02 0.98 0.37
Hex BA 89 2 0 1A 63 1B 2C 62 25
Octal 272 211 2 0 32 143 33 54 142 45
Binary 10111010 10001001 10 0 11010 1100011 11011 101100 1100010 100101

Color Harmonies of #BA8902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8902

Black with #BA8902

Text Example


Text Example

White with #BA8902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8902; }

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

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

background-color css

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

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

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

border-color css

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

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

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