Html Css Color HEX #B48892 Viola

📋 copy color: '#B48892'

red 180 ◦ green 136 ◦ blue 146

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

Shades of Viola #B48892

Tints of Viola #B48892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 38.96%
G = 29.44%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B48892 (or 0xB48892) is known color: Viola. HEX triplet: B4, 88 and 92. RGB value is (180,136,146). Sum of RGB (Red+Green+Blue) = 180+136+146=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48892 is #4B776D. Grayscale: #969696. Windows color (decimal): -4945774 or 9603252. OLE color: 9603252.

HSL color Cylindrical-coordinate representation of color #B48892: hue angle of 346.36º 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 #B48892 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 146 -
CMYK 0 0.24 0.19 0.29
HSL 346.36º 0.23% 0.62% -
HSV(B) 346.36º 0.24% 0.71% -
XYZ 32.81 29.39 31.14 -
YUV 150.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 180 136 146 0 0.24 0.19 0.29 346.36 0.23 0.62
Hex B4 88 92 0 18 13 1D 15A 17 3E
Octal 264 210 222 0 30 23 35 532 27 76
Binary 10110100 10001000 10010010 0 11000 10011 11101 101011010 10111 111110

Color Harmonies of #B48892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48892

Black with #B48892

Text Example


Text Example

White with #B48892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48892; }

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

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

background-color css

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

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

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

border-color css

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

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

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