Html Css Color HEX #BA9503 Dark Goldenrod

📋 copy color: '#BA9503'

red 186 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #BA9503

Tints of Dark Goldenrod #BA9503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 55.03%
G = 44.08%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9503 (or 0xBA9503) is known color: Dark Goldenrod. HEX triplet: BA, 95 and 03. RGB value is (186,149,3). Sum of RGB (Red+Green+Blue) = 186+149+3=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9503 is #456AFC. Grayscale: #909090. Windows color (decimal): -4549373 or 234938. OLE color: 234938.

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

Color convert

RGB 186 149 3 -
CMYK 0 0.20 0.98 0.27
HSL 47.87º 0.97% 0.37% -
HSV(B) 47.87º 0.98% 0.73% -
XYZ 31.01 31.94 4.62 -
YUV 143.42 48.76 158.37 -
System Red Green Blue C M Y K H S L
Decimal 186 149 3 0 0.20 0.98 0.27 47.87 0.97 0.37
Hex BA 95 3 0 14 62 1B 30 61 25
Octal 272 225 3 0 24 142 33 60 141 45
Binary 10111010 10010101 11 0 10100 1100010 11011 110000 1100001 100101

Color Harmonies of #BA9503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9503

Black with #BA9503

Text Example


Text Example

White with #BA9503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9503; }

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

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

background-color css

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

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

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

border-color css

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

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

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