Html Css Color HEX #B28598 Bouquet

📋 copy color: '#B28598'

red 178 ◦ green 133 ◦ blue 152

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

Shades of Bouquet #B28598

Tints of Bouquet #B28598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

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

R = 38.44%
G = 28.73%
B = 32.83%

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

#B28598 (or 0xB28598) is known color: Bouquet. HEX triplet: B2, 85 and 98. RGB value is (178,133,152). Sum of RGB (Red+Green+Blue) = 178+133+152=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28598 is #4D7A67. Grayscale: #949494. Windows color (decimal): -5077608 or 9995698. OLE color: 9995698.

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

Color convert

RGB 178 133 152 -
CMYK 0 0.25 0.15 0.30
HSL 334.67º 0.23% 0.61% -
HSV(B) 334.67º 0.25% 0.7% -
XYZ 32.42 28.51 33.5 -
YUV 148.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 178 133 152 0 0.25 0.15 0.30 334.67 0.23 0.61
Hex B2 85 98 0 19 F 1E 14F 17 3D
Octal 262 205 230 0 31 17 36 517 27 75
Binary 10110010 10000101 10011000 0 11001 1111 11110 101001111 10111 111101

Color Harmonies of #B28598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28598

Black with #B28598

Text Example


Text Example

White with #B28598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28598; }

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

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

background-color css

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

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

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

border-color css

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

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

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