Html Css Color HEX #B385A0 Bouquet

📋 copy color: '#B385A0'

red 179 ◦ green 133 ◦ blue 160

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

Shades of Bouquet #B385A0

Tints of Bouquet #B385A0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 37.92%
G = 28.18%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B385A0 (or 0xB385A0) is known color: Bouquet. HEX triplet: B3, 85 and A0. RGB value is (179,133,160). Sum of RGB (Red+Green+Blue) = 179+133+160=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B385A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385A0 is #4C7A5F. Grayscale: #959595. Windows color (decimal): -5012064 or 10519987. OLE color: 10519987.

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

Color convert

RGB 179 133 160 -
CMYK 0 0.26 0.11 0.30
HSL 324.78º 0.23% 0.61% -
HSV(B) 324.78º 0.26% 0.7% -
XYZ 33.32 28.9 37.08 -
YUV 149.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 179 133 160 0 0.26 0.11 0.30 324.78 0.23 0.61
Hex B3 85 A0 0 1A B 1E 145 17 3D
Octal 263 205 240 0 32 13 36 505 27 75
Binary 10110011 10000101 10100000 0 11010 1011 11110 101000101 10111 111101

Color Harmonies of #B385A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385A0

Black with #B385A0

Text Example


Text Example

White with #B385A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385A0; }

 p { color: rgb(179,133,160); }

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

background-color css

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

 a { background-color: rgb(179,133,160); }

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

border-color css

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

 span { border-color: rgb(179,133,160); }

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