Html Css Color HEX #B48690 Viola

📋 copy color: '#B48690'

red 180 ◦ green 134 ◦ blue 144

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

Shades of Viola #B48690

Tints of Viola #B48690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 39.3%
G = 29.26%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B48690 (or 0xB48690) is known color: Viola. HEX triplet: B4, 86 and 90. RGB value is (180,134,144). Sum of RGB (Red+Green+Blue) = 180+134+144=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B48690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48690 is #4B796F. Grayscale: #949494. Windows color (decimal): -4946288 or 9471668. OLE color: 9471668.

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

Color convert

RGB 180 134 144 -
CMYK 0 0.26 0.2 0.29
HSL 346.96º 0.23% 0.62% -
HSV(B) 346.96º 0.26% 0.71% -
XYZ 32.38 28.77 30.23 -
YUV 148.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 180 134 144 0 0.26 0.2 0.29 346.96 0.23 0.62
Hex B4 86 90 0 1A 14 1D 15B 17 3E
Octal 264 206 220 0 32 24 35 533 27 76
Binary 10110100 10000110 10010000 0 11010 10100 11101 101011011 10111 111110

Color Harmonies of #B48690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48690

Black with #B48690

Text Example


Text Example

White with #B48690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48690; }

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

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

background-color css

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

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

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

border-color css

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

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

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