Html Css Color HEX #B28594 Viola

📋 copy color: '#B28594'

red 178 ◦ green 133 ◦ blue 148

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

Shades of Viola #B28594

Tints of Viola #B28594

RGB

 RED value IS 178 (69.92% from 255) = 38.78%

 GREEN value IS 133 (52.34% from 255) = 28.98%

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

R = 38.78%
G = 28.98%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B28594 (or 0xB28594) is known color: Viola. HEX triplet: B2, 85 and 94. RGB value is (178,133,148). Sum of RGB (Red+Green+Blue) = 178+133+148=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B28594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28594 is #4D7A6B. Grayscale: #949494. Windows color (decimal): -5077612 or 9733554. OLE color: 9733554.

HSL color Cylindrical-coordinate representation of color #B28594: hue angle of 340º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B28594 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 148 -
CMYK 0 0.25 0.17 0.30
HSL 340º 0.23% 0.61% -
HSV(B) 340º 0.25% 0.7% -
XYZ 32.09 28.38 31.8 -
YUV 148.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 178 133 148 0 0.25 0.17 0.30 340 0.23 0.61
Hex B2 85 94 0 19 11 1E 154 17 3D
Octal 262 205 224 0 31 21 36 524 27 75
Binary 10110010 10000101 10010100 0 11001 10001 11110 101010100 10111 111101

Color Harmonies of #B28594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28594

Black with #B28594

Text Example


Text Example

White with #B28594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28594; }

 p { color: rgb(178,133,148); }

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

background-color css

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

 a { background-color: rgb(178,133,148); }

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

border-color css

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

 span { border-color: rgb(178,133,148); }

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