Html Css Color HEX #B28698 Bouquet

📋 copy color: '#B28698'

red 178 ◦ green 134 ◦ blue 152

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

Shades of Bouquet #B28698

Tints of Bouquet #B28698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.88%

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

R = 38.36%
G = 28.88%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B28698 (or 0xB28698) is known color: Bouquet. HEX triplet: B2, 86 and 98. RGB value is (178,134,152). Sum of RGB (Red+Green+Blue) = 178+134+152=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B28698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28698 is #4D7967. Grayscale: #959595. Windows color (decimal): -5077352 or 9995954. OLE color: 9995954.

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

Color convert

RGB 178 134 152 -
CMYK 0 0.25 0.15 0.30
HSL 335.45º 0.22% 0.61% -
HSV(B) 335.45º 0.25% 0.7% -
XYZ 32.55 28.78 33.55 -
YUV 149.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 178 134 152 0 0.25 0.15 0.30 335.45 0.22 0.61
Hex B2 86 98 0 19 F 1E 14F 16 3D
Octal 262 206 230 0 31 17 36 517 26 75
Binary 10110010 10000110 10011000 0 11001 1111 11110 101001111 10110 111101

Color Harmonies of #B28698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28698

Black with #B28698

Text Example


Text Example

White with #B28698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28698; }

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

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

background-color css

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

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

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

border-color css

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

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

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