Html Css Color HEX #B87BA2 Bouquet

📋 copy color: '#B87BA2'

red 184 ◦ green 123 ◦ blue 162

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

Shades of Bouquet #B87BA2

Tints of Bouquet #B87BA2

RGB

 RED value IS 184 (72.27% from 255) = 39.23%

 GREEN value IS 123 (48.44% from 255) = 26.23%

 BLUE value IS 162 (63.67% from 255) = 34.54%

R = 39.23%
G = 26.23%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B87BA2 (or 0xB87BA2) is known color: Bouquet. HEX triplet: B8, 7B and A2. RGB value is (184,123,162). Sum of RGB (Red+Green+Blue) = 184+123+162=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87BA2 is #47845D. Grayscale: #919191. Windows color (decimal): -4686942 or 10648504. OLE color: 10648504.

HSL color Cylindrical-coordinate representation of color #B87BA2: hue angle of 321.64º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87BA2 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 123 162 -
CMYK 0 0.33 0.12 0.28
HSL 321.64º 0.3% 0.6% -
HSV(B) 321.64º 0.33% 0.72% -
XYZ 33.37 26.96 37.63 -
YUV 145.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 184 123 162 0 0.33 0.12 0.28 321.64 0.3 0.6
Hex B8 7B A2 0 21 C 1C 142 1E 3C
Octal 270 173 242 0 41 14 34 502 36 74
Binary 10111000 1111011 10100010 0 100001 1100 11100 101000010 11110 111100

Color Harmonies of #B87BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87BA2

Black with #B87BA2

Text Example


Text Example

White with #B87BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87BA2; }

 p { color: rgb(184,123,162); }

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

background-color css

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

 a { background-color: rgb(184,123,162); }

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

border-color css

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

 span { border-color: rgb(184,123,162); }

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