Html Css Color HEX #B48F93 Viola

📋 copy color: '#B48F93'

red 180 ◦ green 143 ◦ blue 147

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

Shades of Viola #B48F93

Tints of Viola #B48F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

 BLUE value IS 147 (57.81% from 255) = 31.28%

R = 38.3%
G = 30.43%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B48F93 (or 0xB48F93) is known color: Viola. HEX triplet: B4, 8F and 93. RGB value is (180,143,147). Sum of RGB (Red+Green+Blue) = 180+143+147=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F93 is #4B706C. Grayscale: #9A9A9A. Windows color (decimal): -4943981 or 9670580. OLE color: 9670580.

HSL color Cylindrical-coordinate representation of color #B48F93: hue angle of 353.51º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B48F93 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 143 147 -
CMYK 0 0.21 0.18 0.29
HSL 353.51º 0.2% 0.63% -
HSV(B) 353.51º 0.21% 0.71% -
XYZ 33.91 31.45 31.89 -
YUV 154.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 180 143 147 0 0.21 0.18 0.29 353.51 0.2 0.63
Hex B4 8F 93 0 15 12 1D 162 14 3F
Octal 264 217 223 0 25 22 35 542 24 77
Binary 10110100 10001111 10010011 0 10101 10010 11101 101100010 10100 111111

Color Harmonies of #B48F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F93

Black with #B48F93

Text Example


Text Example

White with #B48F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F93; }

 p { color: rgb(180,143,147); }

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

background-color css

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

 a { background-color: rgb(180,143,147); }

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

border-color css

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

 span { border-color: rgb(180,143,147); }

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