Html Css Color HEX #B38B8C Viola

📋 copy color: '#B38B8C'

red 179 ◦ green 139 ◦ blue 140

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

Shades of Viola #B38B8C

Tints of Viola #B38B8C

RGB

 RED value IS 179 (70.31% from 255) = 39.08%

 GREEN value IS 139 (54.69% from 255) = 30.35%

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 39.08%
G = 30.35%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B38B8C (or 0xB38B8C) is known color: Viola. HEX triplet: B3, 8B and 8C. RGB value is (179,139,140). Sum of RGB (Red+Green+Blue) = 179+139+140=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38B8C is #4C7473. Grayscale: #979797. Windows color (decimal): -5010548 or 9210803. OLE color: 9210803.

HSL color Cylindrical-coordinate representation of color #B38B8C: hue angle of 358.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38B8C is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 139 140 -
CMYK 0 0.22 0.22 0.30
HSL 358.5º 0.21% 0.62% -
HSV(B) 358.5º 0.22% 0.7% -
XYZ 32.56 29.94 28.87 -
YUV 151.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 179 139 140 0 0.22 0.22 0.30 358.5 0.21 0.62
Hex B3 8B 8C 0 16 16 1E 166 15 3E
Octal 263 213 214 0 26 26 36 546 25 76
Binary 10110011 10001011 10001100 0 10110 10110 11110 101100110 10101 111110

Color Harmonies of #B38B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B8C

Black with #B38B8C

Text Example


Text Example

White with #B38B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B8C; }

 p { color: rgb(179,139,140); }

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

background-color css

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

 a { background-color: rgb(179,139,140); }

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

border-color css

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

 span { border-color: rgb(179,139,140); }

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