Html Css Color HEX #B4879F Bouquet

📋 copy color: '#B4879F'

red 180 ◦ green 135 ◦ blue 159

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

Shades of Bouquet #B4879F

Tints of Bouquet #B4879F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 37.97%
G = 28.48%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4879F (or 0xB4879F) is known color: Bouquet. HEX triplet: B4, 87 and 9F. RGB value is (180,135,159). Sum of RGB (Red+Green+Blue) = 180+135+159=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4879F is #4B7860. Grayscale: #979797. Windows color (decimal): -4946017 or 10454964. OLE color: 10454964.

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

Color convert

RGB 180 135 159 -
CMYK 0 0.25 0.12 0.29
HSL 328º 0.23% 0.62% -
HSV(B) 328º 0.25% 0.71% -
XYZ 33.74 29.53 36.72 -
YUV 151.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 180 135 159 0 0.25 0.12 0.29 328 0.23 0.62
Hex B4 87 9F 0 19 C 1D 148 17 3E
Octal 264 207 237 0 31 14 35 510 27 76
Binary 10110100 10000111 10011111 0 11001 1100 11101 101001000 10111 111110

Color Harmonies of #B4879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4879F

Black with #B4879F

Text Example


Text Example

White with #B4879F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4879F; }

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

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

background-color css

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

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

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

border-color css

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

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

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