Html Css Color HEX #B6819F Bouquet

📋 copy color: '#B6819F'

red 182 ◦ green 129 ◦ blue 159

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

Shades of Bouquet #B6819F

Tints of Bouquet #B6819F

RGB

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

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

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

R = 38.72%
G = 27.45%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6819F (or 0xB6819F) is known color: Bouquet. HEX triplet: B6, 81 and 9F. RGB value is (182,129,159). Sum of RGB (Red+Green+Blue) = 182+129+159=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6819F is #497E60. Grayscale: #949494. Windows color (decimal): -4816481 or 10453430. OLE color: 10453430.

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

Color convert

RGB 182 129 159 -
CMYK 0 0.29 0.13 0.29
HSL 326.04º 0.27% 0.61% -
HSV(B) 326.04º 0.29% 0.71% -
XYZ 33.4 28.15 36.47 -
YUV 148.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 182 129 159 0 0.29 0.13 0.29 326.04 0.27 0.61
Hex B6 81 9F 0 1D D 1D 146 1B 3D
Octal 266 201 237 0 35 15 35 506 33 75
Binary 10110110 10000001 10011111 0 11101 1101 11101 101000110 11011 111101

Color Harmonies of #B6819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6819F

Black with #B6819F

Text Example


Text Example

White with #B6819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6819F; }

 p { color: rgb(182,129,159); }

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

background-color css

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

 a { background-color: rgb(182,129,159); }

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

border-color css

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

 span { border-color: rgb(182,129,159); }

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