Html Css Color HEX #B97CA3 Bouquet

📋 copy color: '#B97CA3'

red 185 ◦ green 124 ◦ blue 163

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

Shades of Bouquet #B97CA3

Tints of Bouquet #B97CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.53%

R = 39.19%
G = 26.27%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B97CA3 (or 0xB97CA3) is known color: Bouquet. HEX triplet: B9, 7C and A3. RGB value is (185,124,163). Sum of RGB (Red+Green+Blue) = 185+124+163=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA3 is #46835C. Grayscale: #929292. Windows color (decimal): -4621149 or 10714297. OLE color: 10714297.

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

Color convert

RGB 185 124 163 -
CMYK 0 0.33 0.12 0.27
HSL 321.64º 0.3% 0.61% -
HSV(B) 321.64º 0.33% 0.73% -
XYZ 33.83 27.37 38.15 -
YUV 146.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 185 124 163 0 0.33 0.12 0.27 321.64 0.3 0.61
Hex B9 7C A3 0 21 C 1B 142 1E 3D
Octal 271 174 243 0 41 14 33 502 36 75
Binary 10111001 1111100 10100011 0 100001 1100 11011 101000010 11110 111101

Color Harmonies of #B97CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CA3

Black with #B97CA3

Text Example


Text Example

White with #B97CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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