Html Css Color HEX #B084A2 Bouquet

📋 copy color: '#B084A2'

red 176 ◦ green 132 ◦ blue 162

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

Shades of Bouquet #B084A2

Tints of Bouquet #B084A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.47%

R = 37.45%
G = 28.09%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B084A2 (or 0xB084A2) is known color: Bouquet. HEX triplet: B0, 84 and A2. RGB value is (176,132,162). Sum of RGB (Red+Green+Blue) = 176+132+162=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B084A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B084A2 is #4F7B5D. Grayscale: #949494. Windows color (decimal): -5208926 or 10650800. OLE color: 10650800.

HSL color Cylindrical-coordinate representation of color #B084A2: hue angle of 319.09º 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 #B084A2 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 162 -
CMYK 0 0.25 0.08 0.31
HSL 319.09º 0.22% 0.6% -
HSV(B) 319.09º 0.25% 0.69% -
XYZ 32.68 28.34 37.93 -
YUV 148.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 176 132 162 0 0.25 0.08 0.31 319.09 0.22 0.6
Hex B0 84 A2 0 19 8 1F 13F 16 3C
Octal 260 204 242 0 31 10 37 477 26 74
Binary 10110000 10000100 10100010 0 11001 1000 11111 100111111 10110 111100

Color Harmonies of #B084A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B084A2

Black with #B084A2

Text Example


Text Example

White with #B084A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B084A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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