Html Css Color HEX #B27799 Bouquet

📋 copy color: '#B27799'

red 178 ◦ green 119 ◦ blue 153

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

Shades of Bouquet #B27799

Tints of Bouquet #B27799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.44%

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

R = 39.56%
G = 26.44%
B = 34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B27799 (or 0xB27799) is known color: Bouquet. HEX triplet: B2, 77 and 99. RGB value is (178,119,153). Sum of RGB (Red+Green+Blue) = 178+119+153=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B27799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27799 is #4D8866. Grayscale: #8C8C8C. Windows color (decimal): -5081191 or 10057650. OLE color: 10057650.

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

Color convert

RGB 178 119 153 -
CMYK 0 0.33 0.14 0.30
HSL 325.42º 0.28% 0.58% -
HSV(B) 325.42º 0.33% 0.7% -
XYZ 30.71 24.96 33.34 -
YUV 140.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 178 119 153 0 0.33 0.14 0.30 325.42 0.28 0.58
Hex B2 77 99 0 21 E 1E 145 1C 3A
Octal 262 167 231 0 41 16 36 505 34 72
Binary 10110010 1110111 10011001 0 100001 1110 11110 101000101 11100 111010

Color Harmonies of #B27799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27799

Black with #B27799

Text Example


Text Example

White with #B27799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27799; }

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

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

background-color css

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

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

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

border-color css

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

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

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