Html Css Color HEX #B4879B Bouquet

📋 copy color: '#B4879B'

red 180 ◦ green 135 ◦ blue 155

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

Shades of Bouquet #B4879B

Tints of Bouquet #B4879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

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

R = 38.3%
G = 28.72%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4879B (or 0xB4879B) is known color: Bouquet. HEX triplet: B4, 87 and 9B. RGB value is (180,135,155). Sum of RGB (Red+Green+Blue) = 180+135+155=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4879B is #4B7864. Grayscale: #969696. Windows color (decimal): -4946021 or 10192820. OLE color: 10192820.

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

Color convert

RGB 180 135 155 -
CMYK 0 0.25 0.14 0.29
HSL 333.33º 0.23% 0.62% -
HSV(B) 333.33º 0.25% 0.71% -
XYZ 33.4 29.4 34.92 -
YUV 150.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 180 135 155 0 0.25 0.14 0.29 333.33 0.23 0.62
Hex B4 87 9B 0 19 E 1D 14D 17 3E
Octal 264 207 233 0 31 16 35 515 27 76
Binary 10110100 10000111 10011011 0 11001 1110 11101 101001101 10111 111110

Color Harmonies of #B4879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4879B

Black with #B4879B

Text Example


Text Example

White with #B4879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4879B; }

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

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

background-color css

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

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

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

border-color css

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

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

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