Html Css Color HEX #B97A9C Bouquet

📋 copy color: '#B97A9C'

red 185 ◦ green 122 ◦ blue 156

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

Shades of Bouquet #B97A9C

Tints of Bouquet #B97A9C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

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

R = 39.96%
G = 26.35%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B97A9C (or 0xB97A9C) is known color: Bouquet. HEX triplet: B9, 7A and 9C. RGB value is (185,122,156). Sum of RGB (Red+Green+Blue) = 185+122+156=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A9C is #468563. Grayscale: #909090. Windows color (decimal): -4621668 or 10255033. OLE color: 10255033.

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

Color convert

RGB 185 122 156 -
CMYK 0 0.34 0.16 0.27
HSL 327.62º 0.31% 0.6% -
HSV(B) 327.62º 0.34% 0.73% -
XYZ 32.97 26.63 34.86 -
YUV 144.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 185 122 156 0 0.34 0.16 0.27 327.62 0.31 0.6
Hex B9 7A 9C 0 22 10 1B 148 1F 3C
Octal 271 172 234 0 42 20 33 510 37 74
Binary 10111001 1111010 10011100 0 100010 10000 11011 101001000 11111 111100

Color Harmonies of #B97A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A9C

Black with #B97A9C

Text Example


Text Example

White with #B97A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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