Html Css Color HEX #BA9501 Dark Goldenrod

📋 copy color: '#BA9501'

red 186 ◦ green 149 ◦ blue 1

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

Shades of Dark Goldenrod #BA9501

Tints of Dark Goldenrod #BA9501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 55.36%
G = 44.35%
B = 0.3%

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

#BA9501 (or 0xBA9501) is known color: Dark Goldenrod. HEX triplet: BA, 95 and 01. RGB value is (186,149,1). Sum of RGB (Red+Green+Blue) = 186+149+1=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9501 is #456AFE. Grayscale: #8F8F8F. Windows color (decimal): -4549375 or 103866. OLE color: 103866.

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

Color convert

RGB 186 149 1 -
CMYK 0 0.20 0.99 0.27
HSL 48º 0.99% 0.37% -
HSV(B) 48º 0.99% 0.73% -
XYZ 31 31.94 4.56 -
YUV 143.19 47.76 158.53 -
System Red Green Blue C M Y K H S L
Decimal 186 149 1 0 0.20 0.99 0.27 48 0.99 0.37
Hex BA 95 1 0 14 63 1B 30 63 25
Octal 272 225 1 0 24 143 33 60 143 45
Binary 10111010 10010101 1 0 10100 1100011 11011 110000 1100011 100101

Color Harmonies of #BA9501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9501

Black with #BA9501

Text Example


Text Example

White with #BA9501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9501; }

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

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

background-color css

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

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

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

border-color css

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

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

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