Html Css Color HEX #B48889 Viola

📋 copy color: '#B48889'

red 180 ◦ green 136 ◦ blue 137

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

Shades of Viola #B48889

Tints of Viola #B48889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.02%

 BLUE value IS 137 (53.91% from 255) = 30.24%

R = 39.74%
G = 30.02%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B48889 (or 0xB48889) is known color: Viola. HEX triplet: B4, 88 and 89. RGB value is (180,136,137). Sum of RGB (Red+Green+Blue) = 180+136+137=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B48889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48889 is #4B7776. Grayscale: #959595. Windows color (decimal): -4945783 or 9013428. OLE color: 9013428.

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

Color convert

RGB 180 136 137 -
CMYK 0 0.24 0.24 0.29
HSL 358.64º 0.23% 0.62% -
HSV(B) 358.64º 0.24% 0.71% -
XYZ 32.14 29.12 27.59 -
YUV 149.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 180 136 137 0 0.24 0.24 0.29 358.64 0.23 0.62
Hex B4 88 89 0 18 18 1D 167 17 3E
Octal 264 210 211 0 30 30 35 547 27 76
Binary 10110100 10001000 10001001 0 11000 11000 11101 101100111 10111 111110

Color Harmonies of #B48889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48889

Black with #B48889

Text Example


Text Example

White with #B48889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48889; }

 p { color: rgb(180,136,137); }

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

background-color css

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

 a { background-color: rgb(180,136,137); }

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

border-color css

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

 span { border-color: rgb(180,136,137); }

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