Html Css Color HEX #BA9509 Dark Goldenrod

📋 copy color: '#BA9509'

red 186 ◦ green 149 ◦ blue 9

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

Shades of Dark Goldenrod #BA9509

Tints of Dark Goldenrod #BA9509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 54.07%
G = 43.31%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA9509 (or 0xBA9509) is known color: Dark Goldenrod. HEX triplet: BA, 95 and 09. RGB value is (186,149,9). Sum of RGB (Red+Green+Blue) = 186+149+9=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9509 is #456AF6. Grayscale: #909090. Windows color (decimal): -4549367 or 628154. OLE color: 628154.

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

Color convert

RGB 186 149 9 -
CMYK 0 0.20 0.95 0.27
HSL 47.46º 0.91% 0.38% -
HSV(B) 47.46º 0.95% 0.73% -
XYZ 31.05 31.95 4.79 -
YUV 144.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 186 149 9 0 0.20 0.95 0.27 47.46 0.91 0.38
Hex BA 95 9 0 14 5F 1B 2F 5B 26
Octal 272 225 11 0 24 137 33 57 133 46
Binary 10111010 10010101 1001 0 10100 1011111 11011 101111 1011011 100110

Color Harmonies of #BA9509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9509

Black with #BA9509

Text Example


Text Example

White with #BA9509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9509; }

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

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

background-color css

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

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

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

border-color css

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

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

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