Html Css Color HEX #B4729E Bouquet

📋 copy color: '#B4729E'

red 180 ◦ green 114 ◦ blue 158

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

Shades of Bouquet #B4729E

Tints of Bouquet #B4729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 39.82%
G = 25.22%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4729E (or 0xB4729E) is known color: Bouquet. HEX triplet: B4, 72 and 9E. RGB value is (180,114,158). Sum of RGB (Red+Green+Blue) = 180+114+158=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4729E is #4B8D61. Grayscale: #8A8A8A. Windows color (decimal): -4951394 or 10384052. OLE color: 10384052.

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

Color convert

RGB 180 114 158 -
CMYK 0 0.37 0.12 0.29
HSL 320º 0.31% 0.58% -
HSV(B) 320º 0.37% 0.71% -
XYZ 31.01 24.21 35.39 -
YUV 138.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 180 114 158 0 0.37 0.12 0.29 320 0.31 0.58
Hex B4 72 9E 0 25 C 1D 140 1F 3A
Octal 264 162 236 0 45 14 35 500 37 72
Binary 10110100 1110010 10011110 0 100101 1100 11101 101000000 11111 111010

Color Harmonies of #B4729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4729E

Black with #B4729E

Text Example


Text Example

White with #B4729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4729E; }

 p { color: rgb(180,114,158); }

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

background-color css

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

 a { background-color: rgb(180,114,158); }

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

border-color css

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

 span { border-color: rgb(180,114,158); }

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