#B67DA4

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

Shades of Bouquet #B67DA4

Tints of Bouquet #B67DA4

Color information

#B67DA4 (or 0xB67DA4) is unknown color: approx Bouquet. HEX triplet: B6, 7D and A4. RGB value is (182,125,164). Sum of RGB (Red+Green+Blue) = 182+125+164=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B67DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67DA4 is #49825B. Grayscale: #929292. Windows color (decimal): -4817500 or 10780086. OLE color: 10780086.

HSL color Cylindrical-coordinate representation of color #B67DA4: hue angle of 318.95º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67DA4 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB182125164-
CMYK00.310.100.29
HSL318.95º28.08%60.2%-
HSV(B)318.95º31.32%71.37%-
XYZ33.3327.2938.63-
YUV146.49137.88153.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=38.64%
G=26.54%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212516400.310.100.29318.9528.0860.2
HexB67DA401FA1D13f1c3c
Octal26617524403712354773474
Binary1011011011111011010010001111110101110110011111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DA4; }

 p { color: rgb(182,125,164); }

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

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

 a { background-color: rgb(182,125,164); }

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

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

 span { border-color: rgb(182,125,164); }

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