Html Css Color HEX #B97C9C Bouquet

📋 copy color: '#B97C9C'

red 185 ◦ green 124 ◦ blue 156

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

Shades of Bouquet #B97C9C

Tints of Bouquet #B97C9C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

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

R = 39.78%
G = 26.67%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B97C9C (or 0xB97C9C) is known color: Bouquet. HEX triplet: B9, 7C and 9C. RGB value is (185,124,156). Sum of RGB (Red+Green+Blue) = 185+124+156=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C9C is #468363. Grayscale: #919191. Windows color (decimal): -4621156 or 10255545. OLE color: 10255545.

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

Color convert

RGB 185 124 156 -
CMYK 0 0.33 0.16 0.27
HSL 328.52º 0.3% 0.61% -
HSV(B) 328.52º 0.33% 0.73% -
XYZ 33.22 27.13 34.94 -
YUV 145.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 185 124 156 0 0.33 0.16 0.27 328.52 0.3 0.61
Hex B9 7C 9C 0 21 10 1B 149 1E 3D
Octal 271 174 234 0 41 20 33 511 36 75
Binary 10111001 1111100 10011100 0 100001 10000 11011 101001001 11110 111101

Color Harmonies of #B97C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C9C

Black with #B97C9C

Text Example


Text Example

White with #B97C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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