Html Css Color HEX #B4869E Bouquet

📋 copy color: '#B4869E'

red 180 ◦ green 134 ◦ blue 158

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

Shades of Bouquet #B4869E

Tints of Bouquet #B4869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.39%

 BLUE value IS 158 (62.11% from 255) = 33.47%

R = 38.14%
G = 28.39%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4869E (or 0xB4869E) is known color: Bouquet. HEX triplet: B4, 86 and 9E. RGB value is (180,134,158). Sum of RGB (Red+Green+Blue) = 180+134+158=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4869E is #4B7961. Grayscale: #969696. Windows color (decimal): -4946274 or 10389172. OLE color: 10389172.

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

Color convert

RGB 180 134 158 -
CMYK 0 0.26 0.12 0.29
HSL 328.7º 0.23% 0.62% -
HSV(B) 328.7º 0.26% 0.71% -
XYZ 33.52 29.22 36.22 -
YUV 150.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 180 134 158 0 0.26 0.12 0.29 328.7 0.23 0.62
Hex B4 86 9E 0 1A C 1D 149 17 3E
Octal 264 206 236 0 32 14 35 511 27 76
Binary 10110100 10000110 10011110 0 11010 1100 11101 101001001 10111 111110

Color Harmonies of #B4869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4869E

Black with #B4869E

Text Example


Text Example

White with #B4869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4869E; }

 p { color: rgb(180,134,158); }

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

background-color css

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

 a { background-color: rgb(180,134,158); }

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

border-color css

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

 span { border-color: rgb(180,134,158); }

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