Html Css Color HEX #B27099 Bouquet

📋 copy color: '#B27099'

red 178 ◦ green 112 ◦ blue 153

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

Shades of Bouquet #B27099

Tints of Bouquet #B27099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 153 (60.16% from 255) = 34.54%

R = 40.18%
G = 25.28%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B27099 (or 0xB27099) is known color: Bouquet. HEX triplet: B2, 70 and 99. RGB value is (178,112,153). Sum of RGB (Red+Green+Blue) = 178+112+153=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B27099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27099 is #4D8F66. Grayscale: #888888. Windows color (decimal): -5082983 or 10055858. OLE color: 10055858.

HSL color Cylindrical-coordinate representation of color #B27099: hue angle of 322.73º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27099 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 153 -
CMYK 0 0.37 0.14 0.30
HSL 322.73º 0.3% 0.57% -
HSV(B) 322.73º 0.37% 0.7% -
XYZ 29.9 23.35 33.07 -
YUV 136.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 178 112 153 0 0.37 0.14 0.30 322.73 0.3 0.57
Hex B2 70 99 0 25 E 1E 143 1E 39
Octal 262 160 231 0 45 16 36 503 36 71
Binary 10110010 1110000 10011001 0 100101 1110 11110 101000011 11110 111001

Color Harmonies of #B27099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27099

Black with #B27099

Text Example


Text Example

White with #B27099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27099; }

 p { color: rgb(178,112,153); }

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

background-color css

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

 a { background-color: rgb(178,112,153); }

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

border-color css

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

 span { border-color: rgb(178,112,153); }

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