Html Css Color HEX #B379A4 Bouquet

📋 copy color: '#B379A4'

red 179 ◦ green 121 ◦ blue 164

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

Shades of Bouquet #B379A4

Tints of Bouquet #B379A4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.08%

 BLUE value IS 164 (64.45% from 255) = 35.34%

R = 38.58%
G = 26.08%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B379A4 (or 0xB379A4) is known color: Bouquet. HEX triplet: B3, 79 and A4. RGB value is (179,121,164). Sum of RGB (Red+Green+Blue) = 179+121+164=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B379A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379A4 is #4C865B. Grayscale: #8F8F8F. Windows color (decimal): -5015132 or 10779059. OLE color: 10779059.

HSL color Cylindrical-coordinate representation of color #B379A4: hue angle of 315.52º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B379A4 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 121 164 -
CMYK 0 0.32 0.08 0.30
HSL 315.52º 0.28% 0.59% -
HSV(B) 315.52º 0.32% 0.7% -
XYZ 32.13 25.94 38.44 -
YUV 143.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 179 121 164 0 0.32 0.08 0.30 315.52 0.28 0.59
Hex B3 79 A4 0 20 8 1E 13C 1C 3B
Octal 263 171 244 0 40 10 36 474 34 73
Binary 10110011 1111001 10100100 0 100000 1000 11110 100111100 11100 111011

Color Harmonies of #B379A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379A4

Black with #B379A4

Text Example


Text Example

White with #B379A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379A4; }

 p { color: rgb(179,121,164); }

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

background-color css

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

 a { background-color: rgb(179,121,164); }

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

border-color css

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

 span { border-color: rgb(179,121,164); }

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