Html Css Color HEX #BA9505 Dark Goldenrod

📋 copy color: '#BA9505'

red 186 ◦ green 149 ◦ blue 5

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

Shades of Dark Goldenrod #BA9505

Tints of Dark Goldenrod #BA9505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 54.71%
G = 43.82%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA9505 (or 0xBA9505) is known color: Dark Goldenrod. HEX triplet: BA, 95 and 05. RGB value is (186,149,5). Sum of RGB (Red+Green+Blue) = 186+149+5=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9505 is #456AFA. Grayscale: #909090. Windows color (decimal): -4549371 or 366010. OLE color: 366010.

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

Color convert

RGB 186 149 5 -
CMYK 0 0.20 0.97 0.27
HSL 47.73º 0.95% 0.37% -
HSV(B) 47.73º 0.97% 0.73% -
XYZ 31.02 31.94 4.67 -
YUV 143.65 49.76 158.21 -
System Red Green Blue C M Y K H S L
Decimal 186 149 5 0 0.20 0.97 0.27 47.73 0.95 0.37
Hex BA 95 5 0 14 61 1B 30 5F 25
Octal 272 225 5 0 24 141 33 60 137 45
Binary 10111010 10010101 101 0 10100 1100001 11011 110000 1011111 100101

Color Harmonies of #BA9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9505

Black with #BA9505

Text Example


Text Example

White with #BA9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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