Html Css Color HEX #B487A4 Bouquet

📋 copy color: '#B487A4'

red 180 ◦ green 135 ◦ blue 164

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

Shades of Bouquet #B487A4

Tints of Bouquet #B487A4

RGB

 RED value IS 180 (70.7% from 255) = 37.58%

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

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

R = 37.58%
G = 28.18%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B487A4 (or 0xB487A4) is known color: Bouquet. HEX triplet: B4, 87 and A4. RGB value is (180,135,164). Sum of RGB (Red+Green+Blue) = 180+135+164=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B487A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487A4 is #4B785B. Grayscale: #979797. Windows color (decimal): -4946012 or 10782644. OLE color: 10782644.

HSL color Cylindrical-coordinate representation of color #B487A4: hue angle of 321.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B487A4 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 135 164 -
CMYK 0 0.25 0.09 0.29
HSL 321.33º 0.23% 0.62% -
HSV(B) 321.33º 0.25% 0.71% -
XYZ 34.19 29.71 39.06 -
YUV 151.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 180 135 164 0 0.25 0.09 0.29 321.33 0.23 0.62
Hex B4 87 A4 0 19 9 1D 141 17 3E
Octal 264 207 244 0 31 11 35 501 27 76
Binary 10110100 10000111 10100100 0 11001 1001 11101 101000001 10111 111110

Color Harmonies of #B487A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B487A4

Black with #B487A4

Text Example


Text Example

White with #B487A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B487A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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