Html Css Color HEX #B184A2 Bouquet

📋 copy color: '#B184A2'

red 177 ◦ green 132 ◦ blue 162

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

Shades of Bouquet #B184A2

Tints of Bouquet #B184A2

RGB

 RED value IS 177 (69.53% from 255) = 37.58%

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

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

R = 37.58%
G = 28.03%
B = 34.39%

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

#B184A2 (or 0xB184A2) is known color: Bouquet. HEX triplet: B1, 84 and A2. RGB value is (177,132,162). Sum of RGB (Red+Green+Blue) = 177+132+162=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B184A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B184A2 is #4E7B5D. Grayscale: #949494. Windows color (decimal): -5143390 or 10650801. OLE color: 10650801.

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

Color convert

RGB 177 132 162 -
CMYK 0 0.25 0.08 0.31
HSL 320º 0.22% 0.61% -
HSV(B) 320º 0.25% 0.69% -
XYZ 32.9 28.46 37.94 -
YUV 148.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 177 132 162 0 0.25 0.08 0.31 320 0.22 0.61
Hex B1 84 A2 0 19 8 1F 140 16 3D
Octal 261 204 242 0 31 10 37 500 26 75
Binary 10110001 10000100 10100010 0 11001 1000 11111 101000000 10110 111101

Color Harmonies of #B184A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B184A2

Black with #B184A2

Text Example


Text Example

White with #B184A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B184A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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