Html Css Color HEX #B28798 Bouquet

📋 copy color: '#B28798'

red 178 ◦ green 135 ◦ blue 152

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

Shades of Bouquet #B28798

Tints of Bouquet #B28798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.69%

R = 38.28%
G = 29.03%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B28798 (or 0xB28798) is known color: Bouquet. HEX triplet: B2, 87 and 98. RGB value is (178,135,152). Sum of RGB (Red+Green+Blue) = 178+135+152=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B28798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28798 is #4D7867. Grayscale: #959595. Windows color (decimal): -5077096 or 9996210. OLE color: 9996210.

HSL color Cylindrical-coordinate representation of color #B28798: hue angle of 336.28º 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 #B28798 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 135 152 -
CMYK 0 0.24 0.15 0.30
HSL 336.28º 0.22% 0.61% -
HSV(B) 336.28º 0.24% 0.7% -
XYZ 32.69 29.06 33.59 -
YUV 149.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 178 135 152 0 0.24 0.15 0.30 336.28 0.22 0.61
Hex B2 87 98 0 18 F 1E 150 16 3D
Octal 262 207 230 0 30 17 36 520 26 75
Binary 10110010 10000111 10011000 0 11000 1111 11110 101010000 10110 111101

Color Harmonies of #B28798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28798

Black with #B28798

Text Example


Text Example

White with #B28798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28798; }

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

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

background-color css

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

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

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

border-color css

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

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

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