Html Css Color HEX #B48791 Viola

📋 copy color: '#B48791'

red 180 ◦ green 135 ◦ blue 145

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

Shades of Viola #B48791

Tints of Viola #B48791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 39.13%
G = 29.35%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B48791 (or 0xB48791) is known color: Viola. HEX triplet: B4, 87 and 91. RGB value is (180,135,145). Sum of RGB (Red+Green+Blue) = 180+135+145=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B48791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48791 is #4B786E. Grayscale: #959595. Windows color (decimal): -4946031 or 9537460. OLE color: 9537460.

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

Color convert

RGB 180 135 145 -
CMYK 0 0.25 0.19 0.29
HSL 346.67º 0.23% 0.62% -
HSV(B) 346.67º 0.25% 0.71% -
XYZ 32.6 29.08 30.68 -
YUV 149.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 180 135 145 0 0.25 0.19 0.29 346.67 0.23 0.62
Hex B4 87 91 0 19 13 1D 15B 17 3E
Octal 264 207 221 0 31 23 35 533 27 76
Binary 10110100 10000111 10010001 0 11001 10011 11101 101011011 10111 111110

Color Harmonies of #B48791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48791

Black with #B48791

Text Example


Text Example

White with #B48791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48791; }

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

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

background-color css

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

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

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

border-color css

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

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

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