Html Css Color HEX #B87AAA Bouquet

📋 copy color: '#B87AAA'

red 184 ◦ green 122 ◦ blue 170

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

Shades of Bouquet #B87AAA

Tints of Bouquet #B87AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.63%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 38.66%
G = 25.63%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B87AAA (or 0xB87AAA) is known color: Bouquet. HEX triplet: B8, 7A and AA. RGB value is (184,122,170). Sum of RGB (Red+Green+Blue) = 184+122+170=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AAA is #478555. Grayscale: #919191. Windows color (decimal): -4687190 or 11172536. OLE color: 11172536.

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

Color convert

RGB 184 122 170 -
CMYK 0 0.34 0.08 0.28
HSL 313.55º 0.3% 0.6% -
HSV(B) 313.55º 0.34% 0.72% -
XYZ 33.98 27.01 41.45 -
YUV 146.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 184 122 170 0 0.34 0.08 0.28 313.55 0.3 0.6
Hex B8 7A AA 0 22 8 1C 13A 1E 3C
Octal 270 172 252 0 42 10 34 472 36 74
Binary 10111000 1111010 10101010 0 100010 1000 11100 100111010 11110 111100

Color Harmonies of #B87AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87AAA

Black with #B87AAA

Text Example


Text Example

White with #B87AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87AAA; }

 p { color: rgb(184,122,170); }

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

background-color css

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

 a { background-color: rgb(184,122,170); }

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

border-color css

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

 span { border-color: rgb(184,122,170); }

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