Html Css Color HEX #B97BAB Bouquet

📋 copy color: '#B97BAB'

red 185 ◦ green 123 ◦ blue 171

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

Shades of Bouquet #B97BAB

Tints of Bouquet #B97BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 38.62%
G = 25.68%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B97BAB (or 0xB97BAB) is known color: Bouquet. HEX triplet: B9, 7B and AB. RGB value is (185,123,171). Sum of RGB (Red+Green+Blue) = 185+123+171=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BAB is #468454. Grayscale: #929292. Windows color (decimal): -4621397 or 11238329. OLE color: 11238329.

HSL color Cylindrical-coordinate representation of color #B97BAB: hue angle of 313.55º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97BAB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 123 171 -
CMYK 0 0.34 0.08 0.27
HSL 313.55º 0.31% 0.6% -
HSV(B) 313.55º 0.34% 0.73% -
XYZ 34.44 27.42 42.01 -
YUV 147.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 185 123 171 0 0.34 0.08 0.27 313.55 0.31 0.6
Hex B9 7B AB 0 22 8 1B 13A 1F 3C
Octal 271 173 253 0 42 10 33 472 37 74
Binary 10111001 1111011 10101011 0 100010 1000 11011 100111010 11111 111100

Color Harmonies of #B97BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97BAB

Black with #B97BAB

Text Example


Text Example

White with #B97BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97BAB; }

 p { color: rgb(185,123,171); }

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

background-color css

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

 a { background-color: rgb(185,123,171); }

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

border-color css

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

 span { border-color: rgb(185,123,171); }

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