Html Css Color HEX #B48794 Viola

📋 copy color: '#B48794'

red 180 ◦ green 135 ◦ blue 148

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

Shades of Viola #B48794

Tints of Viola #B48794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.16%

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 38.88%
G = 29.16%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B48794 (or 0xB48794) is known color: Viola. HEX triplet: B4, 87 and 94. RGB value is (180,135,148). Sum of RGB (Red+Green+Blue) = 180+135+148=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B48794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48794 is #4B786B. Grayscale: #959595. Windows color (decimal): -4946028 or 9734068. OLE color: 9734068.

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

Color convert

RGB 180 135 148 -
CMYK 0 0.25 0.18 0.29
HSL 342.67º 0.23% 0.62% -
HSV(B) 342.67º 0.25% 0.71% -
XYZ 32.83 29.17 31.92 -
YUV 149.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 180 135 148 0 0.25 0.18 0.29 342.67 0.23 0.62
Hex B4 87 94 0 19 12 1D 157 17 3E
Octal 264 207 224 0 31 22 35 527 27 76
Binary 10110100 10000111 10010100 0 11001 10010 11101 101010111 10111 111110

Color Harmonies of #B48794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48794

Black with #B48794

Text Example


Text Example

White with #B48794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48794; }

 p { color: rgb(180,135,148); }

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

background-color css

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

 a { background-color: rgb(180,135,148); }

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

border-color css

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

 span { border-color: rgb(180,135,148); }

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