Html Css Color HEX #B479A2 Bouquet

📋 copy color: '#B479A2'

red 180 ◦ green 121 ◦ blue 162

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

Shades of Bouquet #B479A2

Tints of Bouquet #B479A2

RGB

 RED value IS 180 (70.7% from 255) = 38.88%

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 38.88%
G = 26.13%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B479A2 (or 0xB479A2) is known color: Bouquet. HEX triplet: B4, 79 and A2. RGB value is (180,121,162). Sum of RGB (Red+Green+Blue) = 180+121+162=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B479A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479A2 is #4B865D. Grayscale: #8F8F8F. Windows color (decimal): -4949598 or 10647988. OLE color: 10647988.

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

Color convert

RGB 180 121 162 -
CMYK 0 0.33 0.1 0.29
HSL 318.31º 0.28% 0.59% -
HSV(B) 318.31º 0.33% 0.71% -
XYZ 32.18 25.99 37.5 -
YUV 143.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 180 121 162 0 0.33 0.1 0.29 318.31 0.28 0.59
Hex B4 79 A2 0 21 A 1D 13E 1C 3B
Octal 264 171 242 0 41 12 35 476 34 73
Binary 10110100 1111001 10100010 0 100001 1010 11101 100111110 11100 111011

Color Harmonies of #B479A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479A2

Black with #B479A2

Text Example


Text Example

White with #B479A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479A2; }

 p { color: rgb(180,121,162); }

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

background-color css

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

 a { background-color: rgb(180,121,162); }

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

border-color css

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

 span { border-color: rgb(180,121,162); }

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