Html Css Color HEX #B96A9D Bouquet

📋 copy color: '#B96A9D'

red 185 ◦ green 106 ◦ blue 157

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

Shades of Bouquet #B96A9D

Tints of Bouquet #B96A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 41.29%
G = 23.66%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B96A9D (or 0xB96A9D) is known color: Bouquet. HEX triplet: B9, 6A and 9D. RGB value is (185,106,157). Sum of RGB (Red+Green+Blue) = 185+106+157=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96A9D is #469562. Grayscale: #878787. Windows color (decimal): -4625763 or 10316473. OLE color: 10316473.

HSL color Cylindrical-coordinate representation of color #B96A9D: hue angle of 321.27º 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 #B96A9D is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 106 157 -
CMYK 0 0.43 0.15 0.27
HSL 321.27º 0.36% 0.57% -
HSV(B) 321.27º 0.43% 0.73% -
XYZ 31.25 23.06 34.7 -
YUV 135.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 185 106 157 0 0.43 0.15 0.27 321.27 0.36 0.57
Hex B9 6A 9D 0 2B F 1B 141 24 39
Octal 271 152 235 0 53 17 33 501 44 71
Binary 10111001 1101010 10011101 0 101011 1111 11011 101000001 100100 111001

Color Harmonies of #B96A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A9D

Black with #B96A9D

Text Example


Text Example

White with #B96A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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