Html Css Color HEX #B671AB Bouquet

📋 copy color: '#B671AB'

red 182 ◦ green 113 ◦ blue 171

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

Shades of Bouquet #B671AB

Tints of Bouquet #B671AB

RGB

 RED value IS 182 (71.48% from 255) = 39.06%

 GREEN value IS 113 (44.53% from 255) = 24.25%

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 39.06%
G = 24.25%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B671AB (or 0xB671AB) is known color: Bouquet. HEX triplet: B6, 71 and AB. RGB value is (182,113,171). Sum of RGB (Red+Green+Blue) = 182+113+171=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B671AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B671AB is #498E54. Grayscale: #8C8C8C. Windows color (decimal): -4820565 or 11235766. OLE color: 11235766.

HSL color Cylindrical-coordinate representation of color #B671AB: hue angle of 309.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B671AB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 171 -
CMYK 0 0.38 0.06 0.29
HSL 309.57º 0.32% 0.58% -
HSV(B) 309.57º 0.38% 0.71% -
XYZ 32.55 24.7 41.58 -
YUV 140.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 182 113 171 0 0.38 0.06 0.29 309.57 0.32 0.58
Hex B6 71 AB 0 26 6 1D 136 20 3A
Octal 266 161 253 0 46 6 35 466 40 72
Binary 10110110 1110001 10101011 0 100110 110 11101 100110110 100000 111010

Color Harmonies of #B671AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671AB

Black with #B671AB

Text Example


Text Example

White with #B671AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671AB; }

 p { color: rgb(182,113,171); }

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

background-color css

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

 a { background-color: rgb(182,113,171); }

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

border-color css

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

 span { border-color: rgb(182,113,171); }

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