Html Css Color HEX #B386A5 Bouquet

📋 copy color: '#B386A5'

red 179 ◦ green 134 ◦ blue 165

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

Shades of Bouquet #B386A5

Tints of Bouquet #B386A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.52%

R = 37.45%
G = 28.03%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B386A5 (or 0xB386A5) is known color: Bouquet. HEX triplet: B3, 86 and A5. RGB value is (179,134,165). Sum of RGB (Red+Green+Blue) = 179+134+165=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B386A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B386A5 is #4C795A. Grayscale: #969696. Windows color (decimal): -5011803 or 10847923. OLE color: 10847923.

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

Color convert

RGB 179 134 165 -
CMYK 0 0.25 0.08 0.30
HSL 318.67º 0.23% 0.61% -
HSV(B) 318.67º 0.25% 0.7% -
XYZ 33.91 29.35 39.48 -
YUV 150.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 179 134 165 0 0.25 0.08 0.30 318.67 0.23 0.61
Hex B3 86 A5 0 19 8 1E 13F 17 3D
Octal 263 206 245 0 31 10 36 477 27 75
Binary 10110011 10000110 10100101 0 11001 1000 11110 100111111 10111 111101

Color Harmonies of #B386A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386A5

Black with #B386A5

Text Example


Text Example

White with #B386A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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