Html Css Color HEX #BA755F Contessa

📋 copy color: '#BA755F'

red 186 ◦ green 117 ◦ blue 95

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

Shades of Contessa #BA755F

Tints of Contessa #BA755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 46.73%
G = 29.4%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA755F (or 0xBA755F) is known color: Contessa. HEX triplet: BA, 75 and 5F. RGB value is (186,117,95). Sum of RGB (Red+Green+Blue) = 186+117+95=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA755F is #458AA0. Grayscale: #878787. Windows color (decimal): -4557473 or 6256058. OLE color: 6256058.

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

Color convert

RGB 186 117 95 -
CMYK 0 0.37 0.49 0.27
HSL 14.51º 0.4% 0.55% -
HSV(B) 14.51º 0.49% 0.73% -
XYZ 28.68 23.99 13.95 -
YUV 135.12 105.36 164.29 -
System Red Green Blue C M Y K H S L
Decimal 186 117 95 0 0.37 0.49 0.27 14.51 0.4 0.55
Hex BA 75 5F 0 25 31 1B F 28 37
Octal 272 165 137 0 45 61 33 17 50 67
Binary 10111010 1110101 1011111 0 100101 110001 11011 1111 101000 110111

Color Harmonies of #BA755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA755F

Black with #BA755F

Text Example


Text Example

White with #BA755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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