Html Css Color HEX #B287A0 Bouquet

📋 copy color: '#B287A0'

red 178 ◦ green 135 ◦ blue 160

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

Shades of Bouquet #B287A0

Tints of Bouquet #B287A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 37.63%
G = 28.54%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B287A0 (or 0xB287A0) is known color: Bouquet. HEX triplet: B2, 87 and A0. RGB value is (178,135,160). Sum of RGB (Red+Green+Blue) = 178+135+160=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B287A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B287A0 is #4D785F. Grayscale: #969696. Windows color (decimal): -5077088 or 10520498. OLE color: 10520498.

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

Color convert

RGB 178 135 160 -
CMYK 0 0.24 0.10 0.30
HSL 325.12º 0.22% 0.61% -
HSV(B) 325.12º 0.24% 0.7% -
XYZ 33.37 29.33 37.16 -
YUV 150.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 178 135 160 0 0.24 0.10 0.30 325.12 0.22 0.61
Hex B2 87 A0 0 18 A 1E 145 16 3D
Octal 262 207 240 0 30 12 36 505 26 75
Binary 10110010 10000111 10100000 0 11000 1010 11110 101000101 10110 111101

Color Harmonies of #B287A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B287A0

Black with #B287A0

Text Example


Text Example

White with #B287A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B287A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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