Html Css Color HEX #B184A0 Bouquet

📋 copy color: '#B184A0'

red 177 ◦ green 132 ◦ blue 160

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

Shades of Bouquet #B184A0

Tints of Bouquet #B184A0

RGB

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

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

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

R = 37.74%
G = 28.14%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B184A0 (or 0xB184A0) is known color: Bouquet. HEX triplet: B1, 84 and A0. RGB value is (177,132,160). Sum of RGB (Red+Green+Blue) = 177+132+160=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B184A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B184A0 is #4E7B5F. Grayscale: #949494. Windows color (decimal): -5143392 or 10519729. OLE color: 10519729.

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

Color convert

RGB 177 132 160 -
CMYK 0 0.25 0.10 0.31
HSL 322.67º 0.22% 0.61% -
HSV(B) 322.67º 0.25% 0.69% -
XYZ 32.73 28.39 37.01 -
YUV 148.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 177 132 160 0 0.25 0.10 0.31 322.67 0.22 0.61
Hex B1 84 A0 0 19 A 1F 143 16 3D
Octal 261 204 240 0 31 12 37 503 26 75
Binary 10110001 10000100 10100000 0 11001 1010 11111 101000011 10110 111101

Color Harmonies of #B184A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B184A0

Black with #B184A0

Text Example


Text Example

White with #B184A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B184A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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