Html Css Color HEX #B68BA6 Bouquet

📋 copy color: '#B68BA6'

red 182 ◦ green 139 ◦ blue 166

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

Shades of Bouquet #B68BA6

Tints of Bouquet #B68BA6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

 BLUE value IS 166 (65.23% from 255) = 34.09%

R = 37.37%
G = 28.54%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B68BA6 (or 0xB68BA6) is known color: Bouquet. HEX triplet: B6, 8B and A6. RGB value is (182,139,166). Sum of RGB (Red+Green+Blue) = 182+139+166=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B68BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68BA6 is #497459. Grayscale: #9A9A9A. Windows color (decimal): -4813914 or 10914742. OLE color: 10914742.

HSL color Cylindrical-coordinate representation of color #B68BA6: hue angle of 322.33º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68BA6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 139 166 -
CMYK 0 0.24 0.09 0.29
HSL 322.33º 0.23% 0.63% -
HSV(B) 322.33º 0.24% 0.71% -
XYZ 35.41 31.16 40.23 -
YUV 154.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 182 139 166 0 0.24 0.09 0.29 322.33 0.23 0.63
Hex B6 8B A6 0 18 9 1D 142 17 3F
Octal 266 213 246 0 30 11 35 502 27 77
Binary 10110110 10001011 10100110 0 11000 1001 11101 101000010 10111 111111

Color Harmonies of #B68BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BA6

Black with #B68BA6

Text Example


Text Example

White with #B68BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BA6; }

 p { color: rgb(182,139,166); }

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

background-color css

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

 a { background-color: rgb(182,139,166); }

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

border-color css

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

 span { border-color: rgb(182,139,166); }

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