Html Css Color HEX #B084A0 Bouquet

📋 copy color: '#B084A0'

red 176 ◦ green 132 ◦ blue 160

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

Shades of Bouquet #B084A0

Tints of Bouquet #B084A0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

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

R = 37.61%
G = 28.21%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B084A0 (or 0xB084A0) is known color: Bouquet. HEX triplet: B0, 84 and A0. RGB value is (176,132,160). Sum of RGB (Red+Green+Blue) = 176+132+160=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B084A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B084A0 is #4F7B5F. Grayscale: #949494. Windows color (decimal): -5208928 or 10519728. OLE color: 10519728.

HSL color Cylindrical-coordinate representation of color #B084A0: hue angle of 321.82º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B084A0 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 160 -
CMYK 0 0.25 0.09 0.31
HSL 321.82º 0.22% 0.6% -
HSV(B) 321.82º 0.25% 0.69% -
XYZ 32.5 28.27 37 -
YUV 148.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 176 132 160 0 0.25 0.09 0.31 321.82 0.22 0.6
Hex B0 84 A0 0 19 9 1F 142 16 3C
Octal 260 204 240 0 31 11 37 502 26 74
Binary 10110000 10000100 10100000 0 11001 1001 11111 101000010 10110 111100

Color Harmonies of #B084A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B084A0

Black with #B084A0

Text Example


Text Example

White with #B084A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B084A0; }

 p { color: rgb(176,132,160); }

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

background-color css

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

 a { background-color: rgb(176,132,160); }

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

border-color css

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

 span { border-color: rgb(176,132,160); }

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