Html Css Color HEX #B5829F Bouquet

📋 copy color: '#B5829F'

red 181 ◦ green 130 ◦ blue 159

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

Shades of Bouquet #B5829F

Tints of Bouquet #B5829F

RGB

 RED value IS 181 (71.09% from 255) = 38.51%

 GREEN value IS 130 (51.17% from 255) = 27.66%

 BLUE value IS 159 (62.5% from 255) = 33.83%

R = 38.51%
G = 27.66%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5829F (or 0xB5829F) is known color: Bouquet. HEX triplet: B5, 82 and 9F. RGB value is (181,130,159). Sum of RGB (Red+Green+Blue) = 181+130+159=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5829F is #4A7D60. Grayscale: #949494. Windows color (decimal): -4881761 or 10453685. OLE color: 10453685.

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

Color convert

RGB 181 130 159 -
CMYK 0 0.28 0.12 0.29
HSL 325.88º 0.26% 0.61% -
HSV(B) 325.88º 0.28% 0.71% -
XYZ 33.3 28.29 36.51 -
YUV 148.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 181 130 159 0 0.28 0.12 0.29 325.88 0.26 0.61
Hex B5 82 9F 0 1C C 1D 146 1A 3D
Octal 265 202 237 0 34 14 35 506 32 75
Binary 10110101 10000010 10011111 0 11100 1100 11101 101000110 11010 111101

Color Harmonies of #B5829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5829F

Black with #B5829F

Text Example


Text Example

White with #B5829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5829F; }

 p { color: rgb(181,130,159); }

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

background-color css

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

 a { background-color: rgb(181,130,159); }

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

border-color css

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

 span { border-color: rgb(181,130,159); }

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