#B967A2

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

Shades of Bouquet #B967A2

Tints of Bouquet #B967A2

Color information

#B967A2 (or 0xB967A2) is unknown color: approx Bouquet. HEX triplet: B9, 67 and A2. RGB value is (185,103,162). Sum of RGB (Red+Green+Blue) = 185+103+162=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B967A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B967A2 is #46985D. Grayscale: #868686. Windows color (decimal): -4626526 or 10643385. OLE color: 10643385.

HSL color Cylindrical-coordinate representation of color #B967A2: hue angle of 316.83º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B967A2 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB185103162-
CMYK00.440.120.27
HSL316.83º36.94%56.47%-
HSV(B)316.83º44.32%72.55%-
XYZ31.3822.6236.9-
YUV134.24143.67164.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 162 (63.67% from 255) = 36%
R=41.11%
G=22.89%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510316200.440.120.27316.8336.9456.47
HexB967A202CC1B13d2538
Octal27114724205414334754570
Binary101110011100111101000100101100110011011100111101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967A2; }

 p { color: rgb(185,103,162); }

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

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

 a { background-color: rgb(185,103,162); }

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

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

 span { border-color: rgb(185,103,162); }

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