Html Css Color HEX #B58199 Bouquet

📋 copy color: '#B58199'

red 181 ◦ green 129 ◦ blue 153

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

Shades of Bouquet #B58199

Tints of Bouquet #B58199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

 BLUE value IS 153 (60.16% from 255) = 33.05%

R = 39.09%
G = 27.86%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B58199 (or 0xB58199) is known color: Bouquet. HEX triplet: B5, 81 and 99. RGB value is (181,129,153). Sum of RGB (Red+Green+Blue) = 181+129+153=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B58199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58199 is #4A7E66. Grayscale: #939393. Windows color (decimal): -4882023 or 10060213. OLE color: 10060213.

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

Color convert

RGB 181 129 153 -
CMYK 0 0.29 0.15 0.29
HSL 332.31º 0.26% 0.61% -
HSV(B) 332.31º 0.29% 0.71% -
XYZ 32.66 27.82 33.79 -
YUV 147.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 181 129 153 0 0.29 0.15 0.29 332.31 0.26 0.61
Hex B5 81 99 0 1D F 1D 14C 1A 3D
Octal 265 201 231 0 35 17 35 514 32 75
Binary 10110101 10000001 10011001 0 11101 1111 11101 101001100 11010 111101

Color Harmonies of #B58199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58199

Black with #B58199

Text Example


Text Example

White with #B58199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58199; }

 p { color: rgb(181,129,153); }

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

background-color css

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

 a { background-color: rgb(181,129,153); }

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

border-color css

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

 span { border-color: rgb(181,129,153); }

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