Html Css Color HEX #B5829E Bouquet

📋 copy color: '#B5829E'

red 181 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #B5829E

Tints of Bouquet #B5829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.69%

R = 38.59%
G = 27.72%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5829E (or 0xB5829E) is known color: Bouquet. HEX triplet: B5, 82 and 9E. RGB value is (181,130,158). Sum of RGB (Red+Green+Blue) = 181+130+158=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5829E is #4A7D61. Grayscale: #949494. Windows color (decimal): -4881762 or 10388149. OLE color: 10388149.

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

Color convert

RGB 181 130 158 -
CMYK 0 0.28 0.13 0.29
HSL 327.06º 0.26% 0.61% -
HSV(B) 327.06º 0.28% 0.71% -
XYZ 33.21 28.26 36.05 -
YUV 148.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 181 130 158 0 0.28 0.13 0.29 327.06 0.26 0.61
Hex B5 82 9E 0 1C D 1D 147 1A 3D
Octal 265 202 236 0 34 15 35 507 32 75
Binary 10110101 10000010 10011110 0 11100 1101 11101 101000111 11010 111101

Color Harmonies of #B5829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5829E

Black with #B5829E

Text Example


Text Example

White with #B5829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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