Html Css Color HEX #B28298 Bouquet

📋 copy color: '#B28298'

red 178 ◦ green 130 ◦ blue 152

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

Shades of Bouquet #B28298

Tints of Bouquet #B28298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

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

R = 38.7%
G = 28.26%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B28298 (or 0xB28298) is known color: Bouquet. HEX triplet: B2, 82 and 98. RGB value is (178,130,152). Sum of RGB (Red+Green+Blue) = 178+130+152=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B28298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28298 is #4D7D67. Grayscale: #929292. Windows color (decimal): -5078376 or 9994930. OLE color: 9994930.

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

Color convert

RGB 178 130 152 -
CMYK 0 0.27 0.15 0.30
HSL 332.5º 0.24% 0.6% -
HSV(B) 332.5º 0.27% 0.7% -
XYZ 32.01 27.7 33.36 -
YUV 146.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 178 130 152 0 0.27 0.15 0.30 332.5 0.24 0.6
Hex B2 82 98 0 1B F 1E 14C 18 3C
Octal 262 202 230 0 33 17 36 514 30 74
Binary 10110010 10000010 10011000 0 11011 1111 11110 101001100 11000 111100

Color Harmonies of #B28298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28298

Black with #B28298

Text Example


Text Example

White with #B28298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28298; }

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

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

background-color css

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

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

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

border-color css

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

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

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