Html Css Color HEX #B6819D Bouquet

📋 copy color: '#B6819D'

red 182 ◦ green 129 ◦ blue 157

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

Shades of Bouquet #B6819D

Tints of Bouquet #B6819D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.55%

R = 38.89%
G = 27.56%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6819D (or 0xB6819D) is known color: Bouquet. HEX triplet: B6, 81 and 9D. RGB value is (182,129,157). Sum of RGB (Red+Green+Blue) = 182+129+157=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6819D is #497E62. Grayscale: #939393. Windows color (decimal): -4816483 or 10322358. OLE color: 10322358.

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

Color convert

RGB 182 129 157 -
CMYK 0 0.29 0.14 0.29
HSL 328.3º 0.27% 0.61% -
HSV(B) 328.3º 0.29% 0.71% -
XYZ 33.23 28.08 35.57 -
YUV 148.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 182 129 157 0 0.29 0.14 0.29 328.3 0.27 0.61
Hex B6 81 9D 0 1D E 1D 148 1B 3D
Octal 266 201 235 0 35 16 35 510 33 75
Binary 10110110 10000001 10011101 0 11101 1110 11101 101001000 11011 111101

Color Harmonies of #B6819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6819D

Black with #B6819D

Text Example


Text Example

White with #B6819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6819D; }

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

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

background-color css

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

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

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

border-color css

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

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

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