Html Css Color HEX #BA765F Contessa

📋 copy color: '#BA765F'

red 186 ◦ green 118 ◦ blue 95

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

Shades of Contessa #BA765F

Tints of Contessa #BA765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.57%

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

R = 46.62%
G = 29.57%
B = 23.81%

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

#BA765F (or 0xBA765F) is known color: Contessa. HEX triplet: BA, 76 and 5F. RGB value is (186,118,95). Sum of RGB (Red+Green+Blue) = 186+118+95=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA765F is #4589A0. Grayscale: #878787. Windows color (decimal): -4557217 or 6256314. OLE color: 6256314.

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

Color convert

RGB 186 118 95 -
CMYK 0 0.37 0.49 0.27
HSL 15.16º 0.4% 0.55% -
HSV(B) 15.16º 0.49% 0.73% -
XYZ 28.79 24.22 13.98 -
YUV 135.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 186 118 95 0 0.37 0.49 0.27 15.16 0.4 0.55
Hex BA 76 5F 0 25 31 1B F 28 37
Octal 272 166 137 0 45 61 33 17 50 67
Binary 10111010 1110110 1011111 0 100101 110001 11011 1111 101000 110111

Color Harmonies of #BA765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA765F

Black with #BA765F

Text Example


Text Example

White with #BA765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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