Html Css Color HEX #B28799 Bouquet

📋 copy color: '#B28799'

red 178 ◦ green 135 ◦ blue 153

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

Shades of Bouquet #B28799

Tints of Bouquet #B28799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.97%

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

R = 38.2%
G = 28.97%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B28799 (or 0xB28799) is known color: Bouquet. HEX triplet: B2, 87 and 99. RGB value is (178,135,153). Sum of RGB (Red+Green+Blue) = 178+135+153=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B28799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28799 is #4D7866. Grayscale: #959595. Windows color (decimal): -5077095 or 10061746. OLE color: 10061746.

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

Color convert

RGB 178 135 153 -
CMYK 0 0.24 0.14 0.30
HSL 334.88º 0.22% 0.61% -
HSV(B) 334.88º 0.24% 0.7% -
XYZ 32.77 29.09 34.03 -
YUV 149.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 178 135 153 0 0.24 0.14 0.30 334.88 0.22 0.61
Hex B2 87 99 0 18 E 1E 14F 16 3D
Octal 262 207 231 0 30 16 36 517 26 75
Binary 10110010 10000111 10011001 0 11000 1110 11110 101001111 10110 111101

Color Harmonies of #B28799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28799

Black with #B28799

Text Example


Text Example

White with #B28799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28799; }

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

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

background-color css

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

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

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

border-color css

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

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

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