Html Css Color HEX #B386A1 Bouquet

📋 copy color: '#B386A1'

red 179 ◦ green 134 ◦ blue 161

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

Shades of Bouquet #B386A1

Tints of Bouquet #B386A1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

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

R = 37.76%
G = 28.27%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B386A1 (or 0xB386A1) is known color: Bouquet. HEX triplet: B3, 86 and A1. RGB value is (179,134,161). Sum of RGB (Red+Green+Blue) = 179+134+161=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B386A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B386A1 is #4C795E. Grayscale: #969696. Windows color (decimal): -5011807 or 10585779. OLE color: 10585779.

HSL color Cylindrical-coordinate representation of color #B386A1: hue angle of 324º 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 #B386A1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 161 -
CMYK 0 0.25 0.10 0.30
HSL 324º 0.23% 0.61% -
HSV(B) 324º 0.25% 0.7% -
XYZ 33.55 29.21 37.59 -
YUV 150.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 179 134 161 0 0.25 0.10 0.30 324 0.23 0.61
Hex B3 86 A1 0 19 A 1E 144 17 3D
Octal 263 206 241 0 31 12 36 504 27 75
Binary 10110011 10000110 10100001 0 11001 1010 11110 101000100 10111 111101

Color Harmonies of #B386A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386A1

Black with #B386A1

Text Example


Text Example

White with #B386A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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