Html Css Color HEX #B38FA1 Bouquet

📋 copy color: '#B38FA1'

red 179 ◦ green 143 ◦ blue 161

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

Shades of Bouquet #B38FA1

Tints of Bouquet #B38FA1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.61%

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

R = 37.06%
G = 29.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B38FA1 (or 0xB38FA1) is known color: Bouquet. HEX triplet: B3, 8F and A1. RGB value is (179,143,161). Sum of RGB (Red+Green+Blue) = 179+143+161=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B38FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38FA1 is #4C705E. Grayscale: #9B9B9B. Windows color (decimal): -5009503 or 10588083. OLE color: 10588083.

HSL color Cylindrical-coordinate representation of color #B38FA1: hue angle of 330º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B38FA1 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 143 161 -
CMYK 0 0.20 0.10 0.30
HSL 330º 0.19% 0.63% -
HSV(B) 330º 0.2% 0.7% -
XYZ 34.85 31.8 38.02 -
YUV 155.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 179 143 161 0 0.20 0.10 0.30 330 0.19 0.63
Hex B3 8F A1 0 14 A 1E 14A 13 3F
Octal 263 217 241 0 24 12 36 512 23 77
Binary 10110011 10001111 10100001 0 10100 1010 11110 101001010 10011 111111

Color Harmonies of #B38FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38FA1

Black with #B38FA1

Text Example


Text Example

White with #B38FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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