Html Css Color HEX #BA6F10 Dark Goldenrod

📋 copy color: '#BA6F10'

red 186 ◦ green 111 ◦ blue 16

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

Shades of Dark Goldenrod #BA6F10

Tints of Dark Goldenrod #BA6F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 59.42%
G = 35.46%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA6F10 (or 0xBA6F10) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 10. RGB value is (186,111,16). Sum of RGB (Red+Green+Blue) = 186+111+16=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F10 is #4590EF. Grayscale: #7B7B7B. Windows color (decimal): -4559088 or 1077178. OLE color: 1077178.

HSL color Cylindrical-coordinate representation of color #BA6F10: hue angle of 33.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA6F10 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 16 -
CMYK 0 0.40 0.91 0.27
HSL 33.53º 0.84% 0.4% -
HSV(B) 33.53º 0.91% 0.73% -
XYZ 26.03 21.85 3.33 -
YUV 122.6 67.85 173.22 -
System Red Green Blue C M Y K H S L
Decimal 186 111 16 0 0.40 0.91 0.27 33.53 0.84 0.4
Hex BA 6F 10 0 28 5B 1B 22 54 28
Octal 272 157 20 0 50 133 33 42 124 50
Binary 10111010 1101111 10000 0 101000 1011011 11011 100010 1010100 101000

Color Harmonies of #BA6F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F10

Black with #BA6F10

Text Example


Text Example

White with #BA6F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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