Html Css Color HEX #B184A4 Bouquet

📋 copy color: '#B184A4'

red 177 ◦ green 132 ◦ blue 164

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

Shades of Bouquet #B184A4

Tints of Bouquet #B184A4

RGB

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

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

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

R = 37.42%
G = 27.91%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B184A4 (or 0xB184A4) is known color: Bouquet. HEX triplet: B1, 84 and A4. RGB value is (177,132,164). Sum of RGB (Red+Green+Blue) = 177+132+164=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B184A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B184A4 is #4E7B5B. Grayscale: #959595. Windows color (decimal): -5143388 or 10781873. OLE color: 10781873.

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

Color convert

RGB 177 132 164 -
CMYK 0 0.25 0.07 0.31
HSL 317.33º 0.22% 0.61% -
HSV(B) 317.33º 0.25% 0.69% -
XYZ 33.08 28.53 38.89 -
YUV 149.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 177 132 164 0 0.25 0.07 0.31 317.33 0.22 0.61
Hex B1 84 A4 0 19 7 1F 13D 16 3D
Octal 261 204 244 0 31 7 37 475 26 75
Binary 10110001 10000100 10100100 0 11001 111 11111 100111101 10110 111101

Color Harmonies of #B184A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B184A4

Black with #B184A4

Text Example


Text Example

White with #B184A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B184A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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