Html Css Color HEX #B376A0 Bouquet

📋 copy color: '#B376A0'

red 179 ◦ green 118 ◦ blue 160

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

Shades of Bouquet #B376A0

Tints of Bouquet #B376A0

RGB

 RED value IS 179 (70.31% from 255) = 39.17%

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

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

R = 39.17%
G = 25.82%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B376A0 (or 0xB376A0) is known color: Bouquet. HEX triplet: B3, 76 and A0. RGB value is (179,118,160). Sum of RGB (Red+Green+Blue) = 179+118+160=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B376A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376A0 is #4C895F. Grayscale: #8C8C8C. Windows color (decimal): -5015904 or 10516147. OLE color: 10516147.

HSL color Cylindrical-coordinate representation of color #B376A0: hue angle of 318.69º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B376A0 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 118 160 -
CMYK 0 0.34 0.11 0.30
HSL 318.69º 0.29% 0.58% -
HSV(B) 318.69º 0.34% 0.7% -
XYZ 31.41 25.08 36.44 -
YUV 141.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 179 118 160 0 0.34 0.11 0.30 318.69 0.29 0.58
Hex B3 76 A0 0 22 B 1E 13F 1D 3A
Octal 263 166 240 0 42 13 36 477 35 72
Binary 10110011 1110110 10100000 0 100010 1011 11110 100111111 11101 111010

Color Harmonies of #B376A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376A0

Black with #B376A0

Text Example


Text Example

White with #B376A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376A0; }

 p { color: rgb(179,118,160); }

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

background-color css

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

 a { background-color: rgb(179,118,160); }

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

border-color css

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

 span { border-color: rgb(179,118,160); }

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