Html Css Color HEX #B27299 Bouquet

📋 copy color: '#B27299'

red 178 ◦ green 114 ◦ blue 153

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

Shades of Bouquet #B27299

Tints of Bouquet #B27299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

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

R = 40%
G = 25.62%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B27299 (or 0xB27299) is known color: Bouquet. HEX triplet: B2, 72 and 99. RGB value is (178,114,153). Sum of RGB (Red+Green+Blue) = 178+114+153=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B27299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27299 is #4D8D66. Grayscale: #898989. Windows color (decimal): -5082471 or 10056370. OLE color: 10056370.

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

Color convert

RGB 178 114 153 -
CMYK 0 0.36 0.14 0.30
HSL 323.44º 0.29% 0.57% -
HSV(B) 323.44º 0.36% 0.7% -
XYZ 30.13 23.8 33.14 -
YUV 137.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 178 114 153 0 0.36 0.14 0.30 323.44 0.29 0.57
Hex B2 72 99 0 24 E 1E 143 1D 39
Octal 262 162 231 0 44 16 36 503 35 71
Binary 10110010 1110010 10011001 0 100100 1110 11110 101000011 11101 111001

Color Harmonies of #B27299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27299

Black with #B27299

Text Example


Text Example

White with #B27299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27299; }

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

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

background-color css

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

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

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

border-color css

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

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

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