#B867A0

Color #B867A0 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B867A0

Tints of Bouquet #B867A0

Color information

#B867A0 (or 0xB867A0) is unknown color: approx Bouquet. HEX triplet: B8, 67 and A0. RGB value is (184,103,160). Sum of RGB (Red+Green+Blue) = 184+103+160=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B867A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B867A0 is #47985F. Grayscale: #858585. Windows color (decimal): -4692064 or 10512312. OLE color: 10512312.

HSL color Cylindrical-coordinate representation of color #B867A0: hue angle of 317.78º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B867A0 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB184103160-
CMYK00.440.130.28
HSL317.78º36.32%56.27%-
HSV(B)317.78º44.02%72.16%-
XYZ30.9622.4335.96-
YUV133.72142.84163.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=41.16%
G=23.04%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410316000.440.130.28317.7836.3256.27
HexB867A002CD1C13e2438
Octal27014724005415344764470
Binary101110001100111101000000101100110111100100111110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B867A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B867A0; }

 p { color: rgb(184,103,160); }

 H1.HeaderClassName
 {
   color: #B867A0;
 }
 .AnyTagClassName
 {
   color: #B867A0;
 }
</style>
background-color css

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

 a { background-color: rgb(184,103,160); }

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

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

 span { border-color: rgb(184,103,160); }

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