Html Css Color HEX #B48A99 Viola

📋 copy color: '#B48A99'

red 180 ◦ green 138 ◦ blue 153

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

Shades of Viola #B48A99

Tints of Viola #B48A99

RGB

 RED value IS 180 (70.7% from 255) = 38.22%

 GREEN value IS 138 (54.3% from 255) = 29.3%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 38.22%
G = 29.3%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B48A99 (or 0xB48A99) is known color: Viola. HEX triplet: B4, 8A and 99. RGB value is (180,138,153). Sum of RGB (Red+Green+Blue) = 180+138+153=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A99 is #4B7566. Grayscale: #989898. Windows color (decimal): -4945255 or 10062516. OLE color: 10062516.

HSL color Cylindrical-coordinate representation of color #B48A99: hue angle of 338.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48A99 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 138 153 -
CMYK 0 0.23 0.15 0.29
HSL 338.57º 0.22% 0.62% -
HSV(B) 338.57º 0.23% 0.71% -
XYZ 33.66 30.18 34.19 -
YUV 152.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 180 138 153 0 0.23 0.15 0.29 338.57 0.22 0.62
Hex B4 8A 99 0 17 F 1D 153 16 3E
Octal 264 212 231 0 27 17 35 523 26 76
Binary 10110100 10001010 10011001 0 10111 1111 11101 101010011 10110 111110

Color Harmonies of #B48A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A99

Black with #B48A99

Text Example


Text Example

White with #B48A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A99; }

 p { color: rgb(180,138,153); }

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

background-color css

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

 a { background-color: rgb(180,138,153); }

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

border-color css

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

 span { border-color: rgb(180,138,153); }

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