Html Css Color HEX #B087A4 Bouquet

📋 copy color: '#B087A4'

red 176 ◦ green 135 ◦ blue 164

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

Shades of Bouquet #B087A4

Tints of Bouquet #B087A4

RGB

 RED value IS 176 (69.14% from 255) = 37.05%

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

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

R = 37.05%
G = 28.42%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B087A4 (or 0xB087A4) is known color: Bouquet. HEX triplet: B0, 87 and A4. RGB value is (176,135,164). Sum of RGB (Red+Green+Blue) = 176+135+164=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B087A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087A4 is #4F785B. Grayscale: #969696. Windows color (decimal): -5208156 or 10782640. OLE color: 10782640.

HSL color Cylindrical-coordinate representation of color #B087A4: hue angle of 317.56º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B087A4 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 135 164 -
CMYK 0 0.23 0.07 0.31
HSL 317.56º 0.21% 0.61% -
HSV(B) 317.56º 0.23% 0.69% -
XYZ 33.27 29.24 39.01 -
YUV 150.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 176 135 164 0 0.23 0.07 0.31 317.56 0.21 0.61
Hex B0 87 A4 0 17 7 1F 13E 15 3D
Octal 260 207 244 0 27 7 37 476 25 75
Binary 10110000 10000111 10100100 0 10111 111 11111 100111110 10101 111101

Color Harmonies of #B087A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087A4

Black with #B087A4

Text Example


Text Example

White with #B087A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087A4; }

 p { color: rgb(176,135,164); }

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

background-color css

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

 a { background-color: rgb(176,135,164); }

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

border-color css

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

 span { border-color: rgb(176,135,164); }

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