Html Css Color HEX #BA7409 Dark Goldenrod

📋 copy color: '#BA7409'

red 186 ◦ green 116 ◦ blue 9

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

Shades of Dark Goldenrod #BA7409

Tints of Dark Goldenrod #BA7409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.3%

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

R = 59.81%
G = 37.3%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA7409 (or 0xBA7409) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 09. RGB value is (186,116,9). Sum of RGB (Red+Green+Blue) = 186+116+9=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7409 is #458BF6. Grayscale: #7D7D7D. Windows color (decimal): -4557815 or 619706. OLE color: 619706.

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

Color convert

RGB 186 116 9 -
CMYK 0 0.38 0.95 0.27
HSL 36.27º 0.91% 0.38% -
HSV(B) 36.27º 0.95% 0.73% -
XYZ 26.54 22.95 3.29 -
YUV 124.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 186 116 9 0 0.38 0.95 0.27 36.27 0.91 0.38
Hex BA 74 9 0 26 5F 1B 24 5B 26
Octal 272 164 11 0 46 137 33 44 133 46
Binary 10111010 1110100 1001 0 100110 1011111 11011 100100 1011011 100110

Color Harmonies of #BA7409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7409

Black with #BA7409

Text Example


Text Example

White with #BA7409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7409; }

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

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

background-color css

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

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

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

border-color css

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

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

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