Html Css Color HEX #BA858B Puce

📋 copy color: '#BA858B'

red 186 ◦ green 133 ◦ blue 139

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

Shades of Puce #BA858B

Tints of Puce #BA858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 40.61%
G = 29.04%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA858B (or 0xBA858B) is known color: Puce. HEX triplet: BA, 85 and 8B. RGB value is (186,133,139). Sum of RGB (Red+Green+Blue) = 186+133+139=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA858B is #457A74. Grayscale: #959595. Windows color (decimal): -4553333 or 9143738. OLE color: 9143738.

HSL color Cylindrical-coordinate representation of color #BA858B: hue angle of 353.21º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA858B is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 139 -
CMYK 0 0.28 0.25 0.27
HSL 353.21º 0.28% 0.63% -
HSV(B) 353.21º 0.28% 0.73% -
XYZ 33.3 29.08 28.28 -
YUV 149.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 186 133 139 0 0.28 0.25 0.27 353.21 0.28 0.63
Hex BA 85 8B 0 1C 19 1B 161 1C 3F
Octal 272 205 213 0 34 31 33 541 34 77
Binary 10111010 10000101 10001011 0 11100 11001 11011 101100001 11100 111111

Color Harmonies of #BA858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA858B

Black with #BA858B

Text Example


Text Example

White with #BA858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA858B; }

 p { color: rgb(186,133,139); }

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

background-color css

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

 a { background-color: rgb(186,133,139); }

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

border-color css

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

 span { border-color: rgb(186,133,139); }

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