Html Css Color HEX #B682A5 Bouquet

📋 copy color: '#B682A5'

red 182 ◦ green 130 ◦ blue 165

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

Shades of Bouquet #B682A5

Tints of Bouquet #B682A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.59%

R = 38.16%
G = 27.25%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B682A5 (or 0xB682A5) is known color: Bouquet. HEX triplet: B6, 82 and A5. RGB value is (182,130,165). Sum of RGB (Red+Green+Blue) = 182+130+165=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B682A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B682A5 is #497D5A. Grayscale: #959595. Windows color (decimal): -4816219 or 10846902. OLE color: 10846902.

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

Color convert

RGB 182 130 165 -
CMYK 0 0.29 0.09 0.29
HSL 319.62º 0.26% 0.61% -
HSV(B) 319.62º 0.29% 0.71% -
XYZ 34.07 28.63 39.33 -
YUV 149.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 182 130 165 0 0.29 0.09 0.29 319.62 0.26 0.61
Hex B6 82 A5 0 1D 9 1D 140 1A 3D
Octal 266 202 245 0 35 11 35 500 32 75
Binary 10110110 10000010 10100101 0 11101 1001 11101 101000000 11010 111101

Color Harmonies of #B682A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682A5

Black with #B682A5

Text Example


Text Example

White with #B682A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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