Html Css Color HEX #B883A1 Bouquet

📋 copy color: '#B883A1'

red 184 ◦ green 131 ◦ blue 161

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

Shades of Bouquet #B883A1

Tints of Bouquet #B883A1

RGB

 RED value IS 184 (72.27% from 255) = 38.66%

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 161 (63.28% from 255) = 33.82%

R = 38.66%
G = 27.52%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B883A1 (or 0xB883A1) is known color: Bouquet. HEX triplet: B8, 83 and A1. RGB value is (184,131,161). Sum of RGB (Red+Green+Blue) = 184+131+161=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B883A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B883A1 is #477C5E. Grayscale: #969696. Windows color (decimal): -4684895 or 10585016. OLE color: 10585016.

HSL color Cylindrical-coordinate representation of color #B883A1: hue angle of 326.04º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B883A1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 161 -
CMYK 0 0.29 0.12 0.28
HSL 326.04º 0.27% 0.62% -
HSV(B) 326.04º 0.29% 0.72% -
XYZ 34.32 29 37.51 -
YUV 150.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 184 131 161 0 0.29 0.12 0.28 326.04 0.27 0.62
Hex B8 83 A1 0 1D C 1C 146 1B 3E
Octal 270 203 241 0 35 14 34 506 33 76
Binary 10111000 10000011 10100001 0 11101 1100 11100 101000110 11011 111110

Color Harmonies of #B883A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B883A1

Black with #B883A1

Text Example


Text Example

White with #B883A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B883A1; }

 p { color: rgb(184,131,161); }

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

background-color css

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

 a { background-color: rgb(184,131,161); }

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

border-color css

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

 span { border-color: rgb(184,131,161); }

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