Html Css Color HEX #B883A0 Bouquet

📋 copy color: '#B883A0'

red 184 ◦ green 131 ◦ blue 160

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

Shades of Bouquet #B883A0

Tints of Bouquet #B883A0

RGB

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

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

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

R = 38.74%
G = 27.58%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B883A0 (or 0xB883A0) is known color: Bouquet. HEX triplet: B8, 83 and A0. RGB value is (184,131,160). Sum of RGB (Red+Green+Blue) = 184+131+160=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B883A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B883A0 is #477C5F. Grayscale: #969696. Windows color (decimal): -4684896 or 10519480. OLE color: 10519480.

HSL color Cylindrical-coordinate representation of color #B883A0: hue angle of 327.17º 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 #B883A0 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 160 -
CMYK 0 0.29 0.13 0.28
HSL 327.17º 0.27% 0.62% -
HSV(B) 327.17º 0.29% 0.72% -
XYZ 34.23 28.96 37.04 -
YUV 150.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 184 131 160 0 0.29 0.13 0.28 327.17 0.27 0.62
Hex B8 83 A0 0 1D D 1C 147 1B 3E
Octal 270 203 240 0 35 15 34 507 33 76
Binary 10111000 10000011 10100000 0 11101 1101 11100 101000111 11011 111110

Color Harmonies of #B883A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B883A0

Black with #B883A0

Text Example


Text Example

White with #B883A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B883A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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