Html Css Color HEX #B68DA2 Bouquet

📋 copy color: '#B68DA2'

red 182 ◦ green 141 ◦ blue 162

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

Shades of Bouquet #B68DA2

Tints of Bouquet #B68DA2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 37.53%
G = 29.07%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B68DA2 (or 0xB68DA2) is known color: Bouquet. HEX triplet: B6, 8D and A2. RGB value is (182,141,162). Sum of RGB (Red+Green+Blue) = 182+141+162=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B68DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68DA2 is #49725D. Grayscale: #9B9B9B. Windows color (decimal): -4813406 or 10653110. OLE color: 10653110.

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

Color convert

RGB 182 141 162 -
CMYK 0 0.23 0.11 0.29
HSL 329.27º 0.22% 0.63% -
HSV(B) 329.27º 0.23% 0.71% -
XYZ 35.34 31.6 38.42 -
YUV 155.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 182 141 162 0 0.23 0.11 0.29 329.27 0.22 0.63
Hex B6 8D A2 0 17 B 1D 149 16 3F
Octal 266 215 242 0 27 13 35 511 26 77
Binary 10110110 10001101 10100010 0 10111 1011 11101 101001001 10110 111111

Color Harmonies of #B68DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DA2

Black with #B68DA2

Text Example


Text Example

White with #B68DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DA2; }

 p { color: rgb(182,141,162); }

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

background-color css

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

 a { background-color: rgb(182,141,162); }

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

border-color css

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

 span { border-color: rgb(182,141,162); }

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