Html Css Color HEX #B4889B Bouquet

📋 copy color: '#B4889B'

red 180 ◦ green 136 ◦ blue 155

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

Shades of Bouquet #B4889B

Tints of Bouquet #B4889B

RGB

 RED value IS 180 (70.7% from 255) = 38.22%

 GREEN value IS 136 (53.52% from 255) = 28.87%

 BLUE value IS 155 (60.94% from 255) = 32.91%

R = 38.22%
G = 28.87%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4889B (or 0xB4889B) is known color: Bouquet. HEX triplet: B4, 88 and 9B. RGB value is (180,136,155). Sum of RGB (Red+Green+Blue) = 180+136+155=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4889B is #4B7764. Grayscale: #979797. Windows color (decimal): -4945765 or 10193076. OLE color: 10193076.

HSL color Cylindrical-coordinate representation of color #B4889B: hue angle of 334.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4889B is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 155 -
CMYK 0 0.24 0.14 0.29
HSL 334.09º 0.23% 0.62% -
HSV(B) 334.09º 0.24% 0.71% -
XYZ 33.54 29.68 34.97 -
YUV 151.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 180 136 155 0 0.24 0.14 0.29 334.09 0.23 0.62
Hex B4 88 9B 0 18 E 1D 14E 17 3E
Octal 264 210 233 0 30 16 35 516 27 76
Binary 10110100 10001000 10011011 0 11000 1110 11101 101001110 10111 111110

Color Harmonies of #B4889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4889B

Black with #B4889B

Text Example


Text Example

White with #B4889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4889B; }

 p { color: rgb(180,136,155); }

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

background-color css

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

 a { background-color: rgb(180,136,155); }

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

border-color css

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

 span { border-color: rgb(180,136,155); }

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