Html Css Color HEX #BA9500 Dark Goldenrod

📋 copy color: '#BA9500'

red 186 ◦ green 149 ◦ blue 0

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

Shades of Dark Goldenrod #BA9500

Tints of Dark Goldenrod #BA9500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.52%
G = 44.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA9500 (or 0xBA9500) is known color: Dark Goldenrod. HEX triplet: BA, 95 and 00. RGB value is (186,149,0). Sum of RGB (Red+Green+Blue) = 186+149+0=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9500 is #456AFF. Grayscale: #8F8F8F. Windows color (decimal): -4549376 or 38330. OLE color: 38330.

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

Color convert

RGB 186 149 0 -
CMYK 0 0.20 1 0.27
HSL 48.06º 1% 0.36% -
HSV(B) 48.06º 1% 0.73% -
XYZ 31 31.93 4.53 -
YUV 143.08 47.26 158.62 -
System Red Green Blue C M Y K H S L
Decimal 186 149 0 0 0.20 1 0.27 48.06 1 0.36
Hex BA 95 0 0 14 64 1B 30 64 24
Octal 272 225 0 0 24 144 33 60 144 44
Binary 10111010 10010101 0 0 10100 1100100 11011 110000 1100100 100100

Color Harmonies of #BA9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9500

Black with #BA9500

Text Example


Text Example

White with #BA9500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9500; }

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

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

background-color css

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

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

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

border-color css

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

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

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