Html Css Color HEX #BA9502 Dark Goldenrod

📋 copy color: '#BA9502'

red 186 ◦ green 149 ◦ blue 2

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

Shades of Dark Goldenrod #BA9502

Tints of Dark Goldenrod #BA9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

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

R = 55.19%
G = 44.21%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA9502 (or 0xBA9502) is known color: Dark Goldenrod. HEX triplet: BA, 95 and 02. RGB value is (186,149,2). Sum of RGB (Red+Green+Blue) = 186+149+2=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9502 is #456AFD. Grayscale: #8F8F8F. Windows color (decimal): -4549374 or 169402. OLE color: 169402.

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

Color convert

RGB 186 149 2 -
CMYK 0 0.20 0.99 0.27
HSL 47.93º 0.98% 0.37% -
HSV(B) 47.93º 0.99% 0.73% -
XYZ 31.01 31.94 4.59 -
YUV 143.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 186 149 2 0 0.20 0.99 0.27 47.93 0.98 0.37
Hex BA 95 2 0 14 63 1B 30 62 25
Octal 272 225 2 0 24 143 33 60 142 45
Binary 10111010 10010101 10 0 10100 1100011 11011 110000 1100010 100101

Color Harmonies of #BA9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9502

Black with #BA9502

Text Example


Text Example

White with #BA9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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