Html Css Color HEX #B185A0 Bouquet

📋 copy color: '#B185A0'

red 177 ◦ green 133 ◦ blue 160

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

Shades of Bouquet #B185A0

Tints of Bouquet #B185A0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.3%

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

R = 37.66%
G = 28.3%
B = 34.04%

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

#B185A0 (or 0xB185A0) is known color: Bouquet. HEX triplet: B1, 85 and A0. RGB value is (177,133,160). Sum of RGB (Red+Green+Blue) = 177+133+160=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B185A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B185A0 is #4E7A5F. Grayscale: #959595. Windows color (decimal): -5143136 or 10519985. OLE color: 10519985.

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

Color convert

RGB 177 133 160 -
CMYK 0 0.25 0.10 0.31
HSL 323.18º 0.22% 0.61% -
HSV(B) 323.18º 0.25% 0.69% -
XYZ 32.86 28.66 37.06 -
YUV 149.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 177 133 160 0 0.25 0.10 0.31 323.18 0.22 0.61
Hex B1 85 A0 0 19 A 1F 143 16 3D
Octal 261 205 240 0 31 12 37 503 26 75
Binary 10110001 10000101 10100000 0 11001 1010 11111 101000011 10110 111101

Color Harmonies of #B185A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185A0

Black with #B185A0

Text Example


Text Example

White with #B185A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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