Html Css Color HEX #B676A5 Bouquet

📋 copy color: '#B676A5'

red 182 ◦ green 118 ◦ blue 165

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

Shades of Bouquet #B676A5

Tints of Bouquet #B676A5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

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

R = 39.14%
G = 25.38%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B676A5 (or 0xB676A5) is known color: Bouquet. HEX triplet: B6, 76 and A5. RGB value is (182,118,165). Sum of RGB (Red+Green+Blue) = 182+118+165=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B676A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B676A5 is #49895A. Grayscale: #8E8E8E. Windows color (decimal): -4819291 or 10843830. OLE color: 10843830.

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

Color convert

RGB 182 118 165 -
CMYK 0 0.35 0.09 0.29
HSL 315.94º 0.3% 0.59% -
HSV(B) 315.94º 0.35% 0.71% -
XYZ 32.56 25.62 38.83 -
YUV 142.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 182 118 165 0 0.35 0.09 0.29 315.94 0.3 0.59
Hex B6 76 A5 0 23 9 1D 13C 1E 3B
Octal 266 166 245 0 43 11 35 474 36 73
Binary 10110110 1110110 10100101 0 100011 1001 11101 100111100 11110 111011

Color Harmonies of #B676A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B676A5

Black with #B676A5

Text Example


Text Example

White with #B676A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B676A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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