Html Css Color HEX #B97BA2 Bouquet

📋 copy color: '#B97BA2'

red 185 ◦ green 123 ◦ blue 162

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

Shades of Bouquet #B97BA2

Tints of Bouquet #B97BA2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

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

R = 39.36%
G = 26.17%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B97BA2 (or 0xB97BA2) is known color: Bouquet. HEX triplet: B9, 7B and A2. RGB value is (185,123,162). Sum of RGB (Red+Green+Blue) = 185+123+162=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA2 is #46845D. Grayscale: #919191. Windows color (decimal): -4621406 or 10648505. OLE color: 10648505.

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

Color convert

RGB 185 123 162 -
CMYK 0 0.34 0.12 0.27
HSL 322.26º 0.31% 0.6% -
HSV(B) 322.26º 0.34% 0.73% -
XYZ 33.61 27.09 37.64 -
YUV 145.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 185 123 162 0 0.34 0.12 0.27 322.26 0.31 0.6
Hex B9 7B A2 0 22 C 1B 142 1F 3C
Octal 271 173 242 0 42 14 33 502 37 74
Binary 10111001 1111011 10100010 0 100010 1100 11011 101000010 11111 111100

Color Harmonies of #B97BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97BA2

Black with #B97BA2

Text Example


Text Example

White with #B97BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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