Html Css Color HEX #B88BA4 Bouquet

📋 copy color: '#B88BA4'

red 184 ◦ green 139 ◦ blue 164

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

Shades of Bouquet #B88BA4

Tints of Bouquet #B88BA4

RGB

 RED value IS 184 (72.27% from 255) = 37.78%

 GREEN value IS 139 (54.69% from 255) = 28.54%

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

R = 37.78%
G = 28.54%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B88BA4 (or 0xB88BA4) is known color: Bouquet. HEX triplet: B8, 8B and A4. RGB value is (184,139,164). Sum of RGB (Red+Green+Blue) = 184+139+164=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BA4 is #47745B. Grayscale: #9B9B9B. Windows color (decimal): -4682844 or 10783672. OLE color: 10783672.

HSL color Cylindrical-coordinate representation of color #B88BA4: hue angle of 326.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88BA4 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 139 164 -
CMYK 0 0.24 0.11 0.28
HSL 326.67º 0.24% 0.63% -
HSV(B) 326.67º 0.24% 0.72% -
XYZ 35.7 31.34 39.29 -
YUV 155.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 184 139 164 0 0.24 0.11 0.28 326.67 0.24 0.63
Hex B8 8B A4 0 18 B 1C 147 18 3F
Octal 270 213 244 0 30 13 34 507 30 77
Binary 10111000 10001011 10100100 0 11000 1011 11100 101000111 11000 111111

Color Harmonies of #B88BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88BA4

Black with #B88BA4

Text Example


Text Example

White with #B88BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88BA4; }

 p { color: rgb(184,139,164); }

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

background-color css

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

 a { background-color: rgb(184,139,164); }

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

border-color css

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

 span { border-color: rgb(184,139,164); }

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