Html Css Color HEX #BA6F5F Contessa

📋 copy color: '#BA6F5F'

red 186 ◦ green 111 ◦ blue 95

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

Shades of Contessa #BA6F5F

Tints of Contessa #BA6F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 47.45%
G = 28.32%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA6F5F (or 0xBA6F5F) is known color: Contessa. HEX triplet: BA, 6F and 5F. RGB value is (186,111,95). Sum of RGB (Red+Green+Blue) = 186+111+95=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F5F is #4590A0. Grayscale: #838383. Windows color (decimal): -4559009 or 6254522. OLE color: 6254522.

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

Color convert

RGB 186 111 95 -
CMYK 0 0.40 0.49 0.27
HSL 10.55º 0.4% 0.55% -
HSV(B) 10.55º 0.49% 0.73% -
XYZ 28 22.63 13.72 -
YUV 131.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 186 111 95 0 0.40 0.49 0.27 10.55 0.4 0.55
Hex BA 6F 5F 0 28 31 1B B 28 37
Octal 272 157 137 0 50 61 33 13 50 67
Binary 10111010 1101111 1011111 0 101000 110001 11011 1011 101000 110111

Color Harmonies of #BA6F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F5F

Black with #BA6F5F

Text Example


Text Example

White with #BA6F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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