Html Css Color HEX #B27999 Bouquet

📋 copy color: '#B27999'

red 178 ◦ green 121 ◦ blue 153

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

Shades of Bouquet #B27999

Tints of Bouquet #B27999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.77%

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

R = 39.38%
G = 26.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B27999 (or 0xB27999) is known color: Bouquet. HEX triplet: B2, 79 and 99. RGB value is (178,121,153). Sum of RGB (Red+Green+Blue) = 178+121+153=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B27999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27999 is #4D8666. Grayscale: #8D8D8D. Windows color (decimal): -5080679 or 10058162. OLE color: 10058162.

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

Color convert

RGB 178 121 153 -
CMYK 0 0.32 0.14 0.30
HSL 326.32º 0.27% 0.59% -
HSV(B) 326.32º 0.32% 0.7% -
XYZ 30.95 25.44 33.42 -
YUV 141.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 178 121 153 0 0.32 0.14 0.30 326.32 0.27 0.59
Hex B2 79 99 0 20 E 1E 146 1B 3B
Octal 262 171 231 0 40 16 36 506 33 73
Binary 10110010 1111001 10011001 0 100000 1110 11110 101000110 11011 111011

Color Harmonies of #B27999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27999

Black with #B27999

Text Example


Text Example

White with #B27999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27999; }

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

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

background-color css

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

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

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

border-color css

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

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

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