Html Css Color HEX #B4879C Bouquet

📋 copy color: '#B4879C'

red 180 ◦ green 135 ◦ blue 156

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

Shades of Bouquet #B4879C

Tints of Bouquet #B4879C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.12%

R = 38.22%
G = 28.66%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4879C (or 0xB4879C) is known color: Bouquet. HEX triplet: B4, 87 and 9C. RGB value is (180,135,156). Sum of RGB (Red+Green+Blue) = 180+135+156=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4879C is #4B7863. Grayscale: #969696. Windows color (decimal): -4946020 or 10258356. OLE color: 10258356.

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

Color convert

RGB 180 135 156 -
CMYK 0 0.25 0.13 0.29
HSL 332º 0.23% 0.62% -
HSV(B) 332º 0.25% 0.71% -
XYZ 33.49 29.43 35.37 -
YUV 150.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 180 135 156 0 0.25 0.13 0.29 332 0.23 0.62
Hex B4 87 9C 0 19 D 1D 14C 17 3E
Octal 264 207 234 0 31 15 35 514 27 76
Binary 10110100 10000111 10011100 0 11001 1101 11101 101001100 10111 111110

Color Harmonies of #B4879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4879C

Black with #B4879C

Text Example


Text Example

White with #B4879C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4879C; }

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

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

background-color css

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

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

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

border-color css

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

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

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