Html Css Color HEX #BA775F Contessa

📋 copy color: '#BA775F'

red 186 ◦ green 119 ◦ blue 95

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

Shades of Contessa #BA775F

Tints of Contessa #BA775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

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

R = 46.5%
G = 29.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA775F (or 0xBA775F) is known color: Contessa. HEX triplet: BA, 77 and 5F. RGB value is (186,119,95). Sum of RGB (Red+Green+Blue) = 186+119+95=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA775F is #4588A0. Grayscale: #888888. Windows color (decimal): -4556961 or 6256570. OLE color: 6256570.

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

Color convert

RGB 186 119 95 -
CMYK 0 0.36 0.49 0.27
HSL 15.82º 0.4% 0.55% -
HSV(B) 15.82º 0.49% 0.73% -
XYZ 28.91 24.46 14.02 -
YUV 136.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 186 119 95 0 0.36 0.49 0.27 15.82 0.4 0.55
Hex BA 77 5F 0 24 31 1B 10 28 37
Octal 272 167 137 0 44 61 33 20 50 67
Binary 10111010 1110111 1011111 0 100100 110001 11011 10000 101000 110111

Color Harmonies of #BA775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA775F

Black with #BA775F

Text Example


Text Example

White with #BA775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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