Html Css Color HEX #B682A0 Bouquet

📋 copy color: '#B682A0'

red 182 ◦ green 130 ◦ blue 160

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

Shades of Bouquet #B682A0

Tints of Bouquet #B682A0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.54%

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 38.56%
G = 27.54%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B682A0 (or 0xB682A0) is known color: Bouquet. HEX triplet: B6, 82 and A0. RGB value is (182,130,160). Sum of RGB (Red+Green+Blue) = 182+130+160=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B682A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B682A0 is #497D5F. Grayscale: #949494. Windows color (decimal): -4816224 or 10519222. OLE color: 10519222.

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

Color convert

RGB 182 130 160 -
CMYK 0 0.29 0.12 0.29
HSL 325.38º 0.26% 0.61% -
HSV(B) 325.38º 0.29% 0.71% -
XYZ 33.62 28.45 36.98 -
YUV 148.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 182 130 160 0 0.29 0.12 0.29 325.38 0.26 0.61
Hex B6 82 A0 0 1D C 1D 145 1A 3D
Octal 266 202 240 0 35 14 35 505 32 75
Binary 10110110 10000010 10100000 0 11101 1100 11101 101000101 11010 111101

Color Harmonies of #B682A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682A0

Black with #B682A0

Text Example


Text Example

White with #B682A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682A0; }

 p { color: rgb(182,130,160); }

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

background-color css

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

 a { background-color: rgb(182,130,160); }

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

border-color css

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

 span { border-color: rgb(182,130,160); }

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