Html Css Color HEX #B97CA0 Bouquet

📋 copy color: '#B97CA0'

red 185 ◦ green 124 ◦ blue 160

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

Shades of Bouquet #B97CA0

Tints of Bouquet #B97CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 39.45%
G = 26.44%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B97CA0 (or 0xB97CA0) is known color: Bouquet. HEX triplet: B9, 7C and A0. RGB value is (185,124,160). Sum of RGB (Red+Green+Blue) = 185+124+160=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA0 is #46835F. Grayscale: #929292. Windows color (decimal): -4621152 or 10517689. OLE color: 10517689.

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

Color convert

RGB 185 124 160 -
CMYK 0 0.33 0.14 0.27
HSL 324.59º 0.3% 0.61% -
HSV(B) 324.59º 0.33% 0.73% -
XYZ 33.56 27.27 36.75 -
YUV 146.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 185 124 160 0 0.33 0.14 0.27 324.59 0.3 0.61
Hex B9 7C A0 0 21 E 1B 145 1E 3D
Octal 271 174 240 0 41 16 33 505 36 75
Binary 10111001 1111100 10100000 0 100001 1110 11011 101000101 11110 111101

Color Harmonies of #B97CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CA0

Black with #B97CA0

Text Example


Text Example

White with #B97CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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