Html Css Color HEX #B48698 Viola

📋 copy color: '#B48698'

red 180 ◦ green 134 ◦ blue 152

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

Shades of Viola #B48698

Tints of Viola #B48698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 38.63%
G = 28.76%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B48698 (or 0xB48698) is known color: Viola. HEX triplet: B4, 86 and 98. RGB value is (180,134,152). Sum of RGB (Red+Green+Blue) = 180+134+152=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B48698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48698 is #4B7967. Grayscale: #959595. Windows color (decimal): -4946280 or 9995956. OLE color: 9995956.

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

Color convert

RGB 180 134 152 -
CMYK 0 0.26 0.16 0.29
HSL 336.52º 0.23% 0.62% -
HSV(B) 336.52º 0.26% 0.71% -
XYZ 33.01 29.02 33.57 -
YUV 149.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 180 134 152 0 0.26 0.16 0.29 336.52 0.23 0.62
Hex B4 86 98 0 1A 10 1D 151 17 3E
Octal 264 206 230 0 32 20 35 521 27 76
Binary 10110100 10000110 10011000 0 11010 10000 11101 101010001 10111 111110

Color Harmonies of #B48698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48698

Black with #B48698

Text Example


Text Example

White with #B48698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48698; }

 p { color: rgb(180,134,152); }

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

background-color css

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

 a { background-color: rgb(180,134,152); }

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

border-color css

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

 span { border-color: rgb(180,134,152); }

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