Html Css Color HEX #B28BA4 Bouquet

📋 copy color: '#B28BA4'

red 178 ◦ green 139 ◦ blue 164

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

Shades of Bouquet #B28BA4

Tints of Bouquet #B28BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.9%

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 37.01%
G = 28.9%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B28BA4 (or 0xB28BA4) is known color: Bouquet. HEX triplet: B2, 8B and A4. RGB value is (178,139,164). Sum of RGB (Red+Green+Blue) = 178+139+164=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BA4 is #4D745B. Grayscale: #999999. Windows color (decimal): -5076060 or 10783666. OLE color: 10783666.

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

Color convert

RGB 178 139 164 -
CMYK 0 0.22 0.08 0.30
HSL 321.54º 0.2% 0.62% -
HSV(B) 321.54º 0.22% 0.7% -
XYZ 34.29 30.61 39.22 -
YUV 153.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 178 139 164 0 0.22 0.08 0.30 321.54 0.2 0.62
Hex B2 8B A4 0 16 8 1E 142 14 3E
Octal 262 213 244 0 26 10 36 502 24 76
Binary 10110010 10001011 10100100 0 10110 1000 11110 101000010 10100 111110

Color Harmonies of #B28BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BA4

Black with #B28BA4

Text Example


Text Example

White with #B28BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BA4; }

 p { color: rgb(178,139,164); }

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

background-color css

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

 a { background-color: rgb(178,139,164); }

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

border-color css

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

 span { border-color: rgb(178,139,164); }

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