Html Css Color HEX #B97E9D Bouquet

📋 copy color: '#B97E9D'

red 185 ◦ green 126 ◦ blue 157

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

Shades of Bouquet #B97E9D

Tints of Bouquet #B97E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.92%

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

R = 39.53%
G = 26.92%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B97E9D (or 0xB97E9D) is known color: Bouquet. HEX triplet: B9, 7E and 9D. RGB value is (185,126,157). Sum of RGB (Red+Green+Blue) = 185+126+157=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97E9D is #468162. Grayscale: #939393. Windows color (decimal): -4620643 or 10321593. OLE color: 10321593.

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

Color convert

RGB 185 126 157 -
CMYK 0 0.32 0.15 0.27
HSL 328.47º 0.3% 0.61% -
HSV(B) 328.47º 0.32% 0.73% -
XYZ 33.55 27.67 35.47 -
YUV 147.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 185 126 157 0 0.32 0.15 0.27 328.47 0.3 0.61
Hex B9 7E 9D 0 20 F 1B 148 1E 3D
Octal 271 176 235 0 40 17 33 510 36 75
Binary 10111001 1111110 10011101 0 100000 1111 11011 101001000 11110 111101

Color Harmonies of #B97E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E9D

Black with #B97E9D

Text Example


Text Example

White with #B97E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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