Html Css Color HEX #B97C9E Bouquet

📋 copy color: '#B97C9E'

red 185 ◦ green 124 ◦ blue 158

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

Shades of Bouquet #B97C9E

Tints of Bouquet #B97C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 39.61%
G = 26.55%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B97C9E (or 0xB97C9E) is known color: Bouquet. HEX triplet: B9, 7C and 9E. RGB value is (185,124,158). Sum of RGB (Red+Green+Blue) = 185+124+158=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C9E is #468361. Grayscale: #929292. Windows color (decimal): -4621154 or 10386617. OLE color: 10386617.

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

Color convert

RGB 185 124 158 -
CMYK 0 0.33 0.15 0.27
HSL 326.56º 0.3% 0.61% -
HSV(B) 326.56º 0.33% 0.73% -
XYZ 33.39 27.2 35.84 -
YUV 146.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 185 124 158 0 0.33 0.15 0.27 326.56 0.3 0.61
Hex B9 7C 9E 0 21 F 1B 147 1E 3D
Octal 271 174 236 0 41 17 33 507 36 75
Binary 10111001 1111100 10011110 0 100001 1111 11011 101000111 11110 111101

Color Harmonies of #B97C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C9E

Black with #B97C9E

Text Example


Text Example

White with #B97C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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