Html Css Color HEX #B97C9D Bouquet

📋 copy color: '#B97C9D'

red 185 ◦ green 124 ◦ blue 157

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

Shades of Bouquet #B97C9D

Tints of Bouquet #B97C9D

RGB

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

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

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

R = 39.7%
G = 26.61%
B = 33.69%

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

#B97C9D (or 0xB97C9D) is known color: Bouquet. HEX triplet: B9, 7C and 9D. RGB value is (185,124,157). Sum of RGB (Red+Green+Blue) = 185+124+157=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C9D is #468362. Grayscale: #919191. Windows color (decimal): -4621155 or 10321081. OLE color: 10321081.

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

Color convert

RGB 185 124 157 -
CMYK 0 0.33 0.15 0.27
HSL 327.54º 0.3% 0.61% -
HSV(B) 327.54º 0.33% 0.73% -
XYZ 33.3 27.16 35.39 -
YUV 146 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 185 124 157 0 0.33 0.15 0.27 327.54 0.3 0.61
Hex B9 7C 9D 0 21 F 1B 148 1E 3D
Octal 271 174 235 0 41 17 33 510 36 75
Binary 10111001 1111100 10011101 0 100001 1111 11011 101001000 11110 111101

Color Harmonies of #B97C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C9D

Black with #B97C9D

Text Example


Text Example

White with #B97C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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