Html Css Color HEX #B683A5 Bouquet

📋 copy color: '#B683A5'

red 182 ◦ green 131 ◦ blue 165

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

Shades of Bouquet #B683A5

Tints of Bouquet #B683A5

RGB

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

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

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

R = 38.08%
G = 27.41%
B = 34.52%

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

#B683A5 (or 0xB683A5) is known color: Bouquet. HEX triplet: B6, 83 and A5. RGB value is (182,131,165). Sum of RGB (Red+Green+Blue) = 182+131+165=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B683A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B683A5 is #497C5A. Grayscale: #969696. Windows color (decimal): -4815963 or 10847158. OLE color: 10847158.

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

Color convert

RGB 182 131 165 -
CMYK 0 0.28 0.09 0.29
HSL 320º 0.26% 0.61% -
HSV(B) 320º 0.28% 0.71% -
XYZ 34.2 28.89 39.37 -
YUV 150.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 182 131 165 0 0.28 0.09 0.29 320 0.26 0.61
Hex B6 83 A5 0 1C 9 1D 140 1A 3D
Octal 266 203 245 0 34 11 35 500 32 75
Binary 10110110 10000011 10100101 0 11100 1001 11101 101000000 11010 111101

Color Harmonies of #B683A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B683A5

Black with #B683A5

Text Example


Text Example

White with #B683A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B683A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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