Html Css Color HEX #B27B97 Bouquet

📋 copy color: '#B27B97'

red 178 ◦ green 123 ◦ blue 151

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

Shades of Bouquet #B27B97

Tints of Bouquet #B27B97

RGB

 RED value IS 178 (69.92% from 255) = 39.38%

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

 BLUE value IS 151 (59.38% from 255) = 33.41%

R = 39.38%
G = 27.21%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B27B97 (or 0xB27B97) is known color: Bouquet. HEX triplet: B2, 7B and 97. RGB value is (178,123,151). Sum of RGB (Red+Green+Blue) = 178+123+151=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B97 is #4D8468. Grayscale: #8E8E8E. Windows color (decimal): -5080169 or 9927602. OLE color: 9927602.

HSL color Cylindrical-coordinate representation of color #B27B97: hue angle of 329.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27B97 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 123 151 -
CMYK 0 0.31 0.15 0.30
HSL 329.45º 0.26% 0.59% -
HSV(B) 329.45º 0.31% 0.7% -
XYZ 31.03 25.87 32.64 -
YUV 142.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 178 123 151 0 0.31 0.15 0.30 329.45 0.26 0.59
Hex B2 7B 97 0 1F F 1E 149 1A 3B
Octal 262 173 227 0 37 17 36 511 32 73
Binary 10110010 1111011 10010111 0 11111 1111 11110 101001001 11010 111011

Color Harmonies of #B27B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B97

Black with #B27B97

Text Example


Text Example

White with #B27B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B97; }

 p { color: rgb(178,123,151); }

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

background-color css

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

 a { background-color: rgb(178,123,151); }

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

border-color css

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

 span { border-color: rgb(178,123,151); }

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