Html Css Color HEX #B38AA1 Bouquet

📋 copy color: '#B38AA1'

red 179 ◦ green 138 ◦ blue 161

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

Shades of Bouquet #B38AA1

Tints of Bouquet #B38AA1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

 BLUE value IS 161 (63.28% from 255) = 33.68%

R = 37.45%
G = 28.87%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B38AA1 (or 0xB38AA1) is known color: Bouquet. HEX triplet: B3, 8A and A1. RGB value is (179,138,161). Sum of RGB (Red+Green+Blue) = 179+138+161=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AA1 is #4C755E. Grayscale: #989898. Windows color (decimal): -5010783 or 10586803. OLE color: 10586803.

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

Color convert

RGB 179 138 161 -
CMYK 0 0.23 0.10 0.30
HSL 326.34º 0.21% 0.62% -
HSV(B) 326.34º 0.23% 0.7% -
XYZ 34.11 30.33 37.78 -
YUV 152.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 179 138 161 0 0.23 0.10 0.30 326.34 0.21 0.62
Hex B3 8A A1 0 17 A 1E 146 15 3E
Octal 263 212 241 0 27 12 36 506 25 76
Binary 10110011 10001010 10100001 0 10111 1010 11110 101000110 10101 111110

Color Harmonies of #B38AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38AA1

Black with #B38AA1

Text Example


Text Example

White with #B38AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38AA1; }

 p { color: rgb(179,138,161); }

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

background-color css

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

 a { background-color: rgb(179,138,161); }

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

border-color css

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

 span { border-color: rgb(179,138,161); }

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