Html Css Color HEX #B4749C Bouquet

📋 copy color: '#B4749C'

red 180 ◦ green 116 ◦ blue 156

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

Shades of Bouquet #B4749C

Tints of Bouquet #B4749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.66%

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 39.82%
G = 25.66%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4749C (or 0xB4749C) is known color: Bouquet. HEX triplet: B4, 74 and 9C. RGB value is (180,116,156). Sum of RGB (Red+Green+Blue) = 180+116+156=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4749C is #4B8B63. Grayscale: #8B8B8B. Windows color (decimal): -4950884 or 10253492. OLE color: 10253492.

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

Color convert

RGB 180 116 156 -
CMYK 0 0.36 0.13 0.29
HSL 322.5º 0.3% 0.58% -
HSV(B) 322.5º 0.36% 0.71% -
XYZ 31.07 24.59 34.56 -
YUV 139.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 180 116 156 0 0.36 0.13 0.29 322.5 0.3 0.58
Hex B4 74 9C 0 24 D 1D 142 1E 3A
Octal 264 164 234 0 44 15 35 502 36 72
Binary 10110100 1110100 10011100 0 100100 1101 11101 101000010 11110 111010

Color Harmonies of #B4749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4749C

Black with #B4749C

Text Example


Text Example

White with #B4749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4749C; }

 p { color: rgb(180,116,156); }

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

background-color css

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

 a { background-color: rgb(180,116,156); }

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

border-color css

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

 span { border-color: rgb(180,116,156); }

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