Html Css Color HEX #B97CA2 Bouquet

📋 copy color: '#B97CA2'

red 185 ◦ green 124 ◦ blue 162

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

Shades of Bouquet #B97CA2

Tints of Bouquet #B97CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.39%

R = 39.28%
G = 26.33%
B = 34.39%

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

#B97CA2 (or 0xB97CA2) is known color: Bouquet. HEX triplet: B9, 7C and A2. RGB value is (185,124,162). Sum of RGB (Red+Green+Blue) = 185+124+162=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA2 is #46835D. Grayscale: #929292. Windows color (decimal): -4621150 or 10648761. OLE color: 10648761.

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

Color convert

RGB 185 124 162 -
CMYK 0 0.33 0.12 0.27
HSL 322.62º 0.3% 0.61% -
HSV(B) 322.62º 0.33% 0.73% -
XYZ 33.74 27.34 37.68 -
YUV 146.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 185 124 162 0 0.33 0.12 0.27 322.62 0.3 0.61
Hex B9 7C A2 0 21 C 1B 143 1E 3D
Octal 271 174 242 0 41 14 33 503 36 75
Binary 10111001 1111100 10100010 0 100001 1100 11011 101000011 11110 111101

Color Harmonies of #B97CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CA2

Black with #B97CA2

Text Example


Text Example

White with #B97CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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