Html Css Color HEX #BA8509 Dark Goldenrod

📋 copy color: '#BA8509'

red 186 ◦ green 133 ◦ blue 9

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

Shades of Dark Goldenrod #BA8509

Tints of Dark Goldenrod #BA8509

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 56.71%
G = 40.55%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA8509 (or 0xBA8509) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 09. RGB value is (186,133,9). Sum of RGB (Red+Green+Blue) = 186+133+9=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8509 is #457AF6. Grayscale: #878787. Windows color (decimal): -4553463 or 624058. OLE color: 624058.

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

Color convert

RGB 186 133 9 -
CMYK 0 0.28 0.95 0.27
HSL 42.03º 0.91% 0.38% -
HSV(B) 42.03º 0.95% 0.73% -
XYZ 28.69 27.23 4 -
YUV 134.71 57.06 164.58 -
System Red Green Blue C M Y K H S L
Decimal 186 133 9 0 0.28 0.95 0.27 42.03 0.91 0.38
Hex BA 85 9 0 1C 5F 1B 2A 5B 26
Octal 272 205 11 0 34 137 33 52 133 46
Binary 10111010 10000101 1001 0 11100 1011111 11011 101010 1011011 100110

Color Harmonies of #BA8509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8509

Black with #BA8509

Text Example


Text Example

White with #BA8509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8509; }

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

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

background-color css

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

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

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

border-color css

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

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

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