Html Css Color HEX #B386A4 Bouquet

📋 copy color: '#B386A4'

red 179 ◦ green 134 ◦ blue 164

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

Shades of Bouquet #B386A4

Tints of Bouquet #B386A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.38%

R = 37.53%
G = 28.09%
B = 34.38%

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

#B386A4 (or 0xB386A4) is known color: Bouquet. HEX triplet: B3, 86 and A4. RGB value is (179,134,164). Sum of RGB (Red+Green+Blue) = 179+134+164=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B386A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B386A4 is #4C795B. Grayscale: #969696. Windows color (decimal): -5011804 or 10782387. OLE color: 10782387.

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

Color convert

RGB 179 134 164 -
CMYK 0 0.25 0.08 0.30
HSL 320º 0.23% 0.61% -
HSV(B) 320º 0.25% 0.7% -
XYZ 33.82 29.31 39 -
YUV 150.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 179 134 164 0 0.25 0.08 0.30 320 0.23 0.61
Hex B3 86 A4 0 19 8 1E 140 17 3D
Octal 263 206 244 0 31 10 36 500 27 75
Binary 10110011 10000110 10100100 0 11001 1000 11110 101000000 10111 111101

Color Harmonies of #B386A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386A4

Black with #B386A4

Text Example


Text Example

White with #B386A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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