Html Css Color HEX #BA8909 Dark Goldenrod

📋 copy color: '#BA8909'

red 186 ◦ green 137 ◦ blue 9

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

Shades of Dark Goldenrod #BA8909

Tints of Dark Goldenrod #BA8909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

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

R = 56.02%
G = 41.27%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA8909 (or 0xBA8909) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 09. RGB value is (186,137,9). Sum of RGB (Red+Green+Blue) = 186+137+9=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8909 is #4576F6. Grayscale: #898989. Windows color (decimal): -4552439 or 625082. OLE color: 625082.

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

Color convert

RGB 186 137 9 -
CMYK 0 0.26 0.95 0.27
HSL 43.39º 0.91% 0.38% -
HSV(B) 43.39º 0.95% 0.73% -
XYZ 29.24 28.35 4.19 -
YUV 137.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 186 137 9 0 0.26 0.95 0.27 43.39 0.91 0.38
Hex BA 89 9 0 1A 5F 1B 2B 5B 26
Octal 272 211 11 0 32 137 33 53 133 46
Binary 10111010 10001001 1001 0 11010 1011111 11011 101011 1011011 100110

Color Harmonies of #BA8909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8909

Black with #BA8909

Text Example


Text Example

White with #BA8909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8909; }

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

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

background-color css

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

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

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

border-color css

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

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

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