Html Css Color HEX #BA9309 Dark Goldenrod

📋 copy color: '#BA9309'

red 186 ◦ green 147 ◦ blue 9

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

Shades of Dark Goldenrod #BA9309

Tints of Dark Goldenrod #BA9309

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.98%

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

R = 54.39%
G = 42.98%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA9309 (or 0xBA9309) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 09. RGB value is (186,147,9). Sum of RGB (Red+Green+Blue) = 186+147+9=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9309 is #456CF6. Grayscale: #8F8F8F. Windows color (decimal): -4549879 or 627642. OLE color: 627642.

HSL color Cylindrical-coordinate representation of color #BA9309: hue angle of 46.78º 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 #BA9309 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 9 -
CMYK 0 0.21 0.95 0.27
HSL 46.78º 0.91% 0.38% -
HSV(B) 46.78º 0.95% 0.73% -
XYZ 30.73 31.33 4.69 -
YUV 142.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 186 147 9 0 0.21 0.95 0.27 46.78 0.91 0.38
Hex BA 93 9 0 15 5F 1B 2F 5B 26
Octal 272 223 11 0 25 137 33 57 133 46
Binary 10111010 10010011 1001 0 10101 1011111 11011 101111 1011011 100110

Color Harmonies of #BA9309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9309

Black with #BA9309

Text Example


Text Example

White with #BA9309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9309; }

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

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

background-color css

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

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

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

border-color css

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

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

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