Html Css Color HEX #B97D9A Bouquet

📋 copy color: '#B97D9A'

red 185 ◦ green 125 ◦ blue 154

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

Shades of Bouquet #B97D9A

Tints of Bouquet #B97D9A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

 BLUE value IS 154 (60.55% from 255) = 33.19%

R = 39.87%
G = 26.94%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B97D9A (or 0xB97D9A) is known color: Bouquet. HEX triplet: B9, 7D and 9A. RGB value is (185,125,154). Sum of RGB (Red+Green+Blue) = 185+125+154=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D9A is #468265. Grayscale: #929292. Windows color (decimal): -4620902 or 10124729. OLE color: 10124729.

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

Color convert

RGB 185 125 154 -
CMYK 0 0.32 0.17 0.27
HSL 331º 0.3% 0.61% -
HSV(B) 331º 0.32% 0.73% -
XYZ 33.17 27.31 34.1 -
YUV 146.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 185 125 154 0 0.32 0.17 0.27 331 0.3 0.61
Hex B9 7D 9A 0 20 11 1B 14B 1E 3D
Octal 271 175 232 0 40 21 33 513 36 75
Binary 10111001 1111101 10011010 0 100000 10001 11011 101001011 11110 111101

Color Harmonies of #B97D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D9A

Black with #B97D9A

Text Example


Text Example

White with #B97D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D9A; }

 p { color: rgb(185,125,154); }

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

background-color css

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

 a { background-color: rgb(185,125,154); }

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

border-color css

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

 span { border-color: rgb(185,125,154); }

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