Html Css Color HEX #BA6F09 Dark Goldenrod

📋 copy color: '#BA6F09'

red 186 ◦ green 111 ◦ blue 9

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

Shades of Dark Goldenrod #BA6F09

Tints of Dark Goldenrod #BA6F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

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

R = 60.78%
G = 36.27%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA6F09 (or 0xBA6F09) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 09. RGB value is (186,111,9). Sum of RGB (Red+Green+Blue) = 186+111+9=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F09 is #4590F6. Grayscale: #7A7A7A. Windows color (decimal): -4559095 or 618426. OLE color: 618426.

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

Color convert

RGB 186 111 9 -
CMYK 0 0.40 0.95 0.27
HSL 34.58º 0.91% 0.38% -
HSV(B) 34.58º 0.95% 0.73% -
XYZ 25.98 21.83 3.1 -
YUV 121.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 186 111 9 0 0.40 0.95 0.27 34.58 0.91 0.38
Hex BA 6F 9 0 28 5F 1B 23 5B 26
Octal 272 157 11 0 50 137 33 43 133 46
Binary 10111010 1101111 1001 0 101000 1011111 11011 100011 1011011 100110

Color Harmonies of #BA6F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F09

Black with #BA6F09

Text Example


Text Example

White with #BA6F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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