Html Css Color HEX #B4799F Bouquet

📋 copy color: '#B4799F'

red 180 ◦ green 121 ◦ blue 159

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

Shades of Bouquet #B4799F

Tints of Bouquet #B4799F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 39.13%
G = 26.3%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4799F (or 0xB4799F) is known color: Bouquet. HEX triplet: B4, 79 and 9F. RGB value is (180,121,159). Sum of RGB (Red+Green+Blue) = 180+121+159=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B4799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4799F is #4B8660. Grayscale: #8E8E8E. Windows color (decimal): -4949601 or 10451380. OLE color: 10451380.

HSL color Cylindrical-coordinate representation of color #B4799F: hue angle of 321.36º 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 #B4799F is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 121 159 -
CMYK 0 0.33 0.12 0.29
HSL 321.36º 0.28% 0.59% -
HSV(B) 321.36º 0.33% 0.71% -
XYZ 31.92 25.88 36.11 -
YUV 142.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 180 121 159 0 0.33 0.12 0.29 321.36 0.28 0.59
Hex B4 79 9F 0 21 C 1D 141 1C 3B
Octal 264 171 237 0 41 14 35 501 34 73
Binary 10110100 1111001 10011111 0 100001 1100 11101 101000001 11100 111011

Color Harmonies of #B4799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4799F

Black with #B4799F

Text Example


Text Example

White with #B4799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4799F; }

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

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

background-color css

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

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

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

border-color css

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

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

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