Html Css Color HEX #B67199 Bouquet

📋 copy color: '#B67199'

red 182 ◦ green 113 ◦ blue 153

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

Shades of Bouquet #B67199

Tints of Bouquet #B67199

RGB

 RED value IS 182 (71.48% from 255) = 40.63%

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 40.63%
G = 25.22%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B67199 (or 0xB67199) is known color: Bouquet. HEX triplet: B6, 71 and 99. RGB value is (182,113,153). Sum of RGB (Red+Green+Blue) = 182+113+153=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B67199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67199 is #498E66. Grayscale: #8A8A8A. Windows color (decimal): -4820583 or 10056118. OLE color: 10056118.

HSL color Cylindrical-coordinate representation of color #B67199: hue angle of 325.22º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67199 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 153 -
CMYK 0 0.38 0.16 0.29
HSL 325.22º 0.32% 0.58% -
HSV(B) 325.22º 0.38% 0.71% -
XYZ 30.95 24.06 33.15 -
YUV 138.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 182 113 153 0 0.38 0.16 0.29 325.22 0.32 0.58
Hex B6 71 99 0 26 10 1D 145 20 3A
Octal 266 161 231 0 46 20 35 505 40 72
Binary 10110110 1110001 10011001 0 100110 10000 11101 101000101 100000 111010

Color Harmonies of #B67199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67199

Black with #B67199

Text Example


Text Example

White with #B67199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67199; }

 p { color: rgb(182,113,153); }

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

background-color css

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

 a { background-color: rgb(182,113,153); }

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

border-color css

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

 span { border-color: rgb(182,113,153); }

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