Html Css Color HEX #B673A0 Bouquet

📋 copy color: '#B673A0'

red 182 ◦ green 115 ◦ blue 160

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

Shades of Bouquet #B673A0

Tints of Bouquet #B673A0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

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

R = 39.82%
G = 25.16%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B673A0 (or 0xB673A0) is known color: Bouquet. HEX triplet: B6, 73 and A0. RGB value is (182,115,160). Sum of RGB (Red+Green+Blue) = 182+115+160=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B673A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B673A0 is #498C5F. Grayscale: #8C8C8C. Windows color (decimal): -4820064 or 10515382. OLE color: 10515382.

HSL color Cylindrical-coordinate representation of color #B673A0: hue angle of 319.7º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B673A0 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 115 160 -
CMYK 0 0.37 0.12 0.29
HSL 319.7º 0.31% 0.58% -
HSV(B) 319.7º 0.37% 0.71% -
XYZ 31.77 24.74 36.36 -
YUV 140.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 182 115 160 0 0.37 0.12 0.29 319.7 0.31 0.58
Hex B6 73 A0 0 25 C 1D 140 1F 3A
Octal 266 163 240 0 45 14 35 500 37 72
Binary 10110110 1110011 10100000 0 100101 1100 11101 101000000 11111 111010

Color Harmonies of #B673A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673A0

Black with #B673A0

Text Example


Text Example

White with #B673A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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