Html Css Color HEX #B683A6 Bouquet

📋 copy color: '#B683A6'

red 182 ◦ green 131 ◦ blue 166

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

Shades of Bouquet #B683A6

Tints of Bouquet #B683A6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 38%
G = 27.35%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B683A6 (or 0xB683A6) is known color: Bouquet. HEX triplet: B6, 83 and A6. RGB value is (182,131,166). Sum of RGB (Red+Green+Blue) = 182+131+166=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B683A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B683A6 is #497C59. Grayscale: #969696. Windows color (decimal): -4815962 or 10912694. OLE color: 10912694.

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

Color convert

RGB 182 131 166 -
CMYK 0 0.28 0.09 0.29
HSL 318.82º 0.26% 0.61% -
HSV(B) 318.82º 0.28% 0.71% -
XYZ 34.29 28.93 39.85 -
YUV 150.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 182 131 166 0 0.28 0.09 0.29 318.82 0.26 0.61
Hex B6 83 A6 0 1C 9 1D 13F 1A 3D
Octal 266 203 246 0 34 11 35 477 32 75
Binary 10110110 10000011 10100110 0 11100 1001 11101 100111111 11010 111101

Color Harmonies of #B683A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B683A6

Black with #B683A6

Text Example


Text Example

White with #B683A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B683A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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