Html Css Color HEX #B96A9C Bouquet

📋 copy color: '#B96A9C'

red 185 ◦ green 106 ◦ blue 156

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

Shades of Bouquet #B96A9C

Tints of Bouquet #B96A9C

RGB

 RED value IS 185 (72.66% from 255) = 41.39%

 GREEN value IS 106 (41.8% from 255) = 23.71%

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 41.39%
G = 23.71%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B96A9C (or 0xB96A9C) is known color: Bouquet. HEX triplet: B9, 6A and 9C. RGB value is (185,106,156). Sum of RGB (Red+Green+Blue) = 185+106+156=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96A9C is #469563. Grayscale: #878787. Windows color (decimal): -4625764 or 10250937. OLE color: 10250937.

HSL color Cylindrical-coordinate representation of color #B96A9C: hue angle of 322.03º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96A9C is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 106 156 -
CMYK 0 0.43 0.16 0.27
HSL 322.03º 0.36% 0.57% -
HSV(B) 322.03º 0.43% 0.73% -
XYZ 31.16 23.02 34.25 -
YUV 135.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 185 106 156 0 0.43 0.16 0.27 322.03 0.36 0.57
Hex B9 6A 9C 0 2B 10 1B 142 24 39
Octal 271 152 234 0 53 20 33 502 44 71
Binary 10111001 1101010 10011100 0 101011 10000 11011 101000010 100100 111001

Color Harmonies of #B96A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A9C

Black with #B96A9C

Text Example


Text Example

White with #B96A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A9C; }

 p { color: rgb(185,106,156); }

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

background-color css

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

 a { background-color: rgb(185,106,156); }

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

border-color css

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

 span { border-color: rgb(185,106,156); }

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