Html Css Color HEX #B68BA1 Bouquet

📋 copy color: '#B68BA1'

red 182 ◦ green 139 ◦ blue 161

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

Shades of Bouquet #B68BA1

Tints of Bouquet #B68BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 37.76%
G = 28.84%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B68BA1 (or 0xB68BA1) is known color: Bouquet. HEX triplet: B6, 8B and A1. RGB value is (182,139,161). Sum of RGB (Red+Green+Blue) = 182+139+161=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B68BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68BA1 is #49745E. Grayscale: #9A9A9A. Windows color (decimal): -4813919 or 10587062. OLE color: 10587062.

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

Color convert

RGB 182 139 161 -
CMYK 0 0.24 0.12 0.29
HSL 329.3º 0.23% 0.63% -
HSV(B) 329.3º 0.24% 0.71% -
XYZ 34.96 30.98 37.86 -
YUV 154.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 182 139 161 0 0.24 0.12 0.29 329.3 0.23 0.63
Hex B6 8B A1 0 18 C 1D 149 17 3F
Octal 266 213 241 0 30 14 35 511 27 77
Binary 10110110 10001011 10100001 0 11000 1100 11101 101001001 10111 111111

Color Harmonies of #B68BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BA1

Black with #B68BA1

Text Example


Text Example

White with #B68BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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