Html Css Color HEX #B4739E Bouquet

📋 copy color: '#B4739E'

red 180 ◦ green 115 ◦ blue 158

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

Shades of Bouquet #B4739E

Tints of Bouquet #B4739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.39%

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

R = 39.74%
G = 25.39%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4739E (or 0xB4739E) is known color: Bouquet. HEX triplet: B4, 73 and 9E. RGB value is (180,115,158). Sum of RGB (Red+Green+Blue) = 180+115+158=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4739E is #4B8C61. Grayscale: #8B8B8B. Windows color (decimal): -4951138 or 10384308. OLE color: 10384308.

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

Color convert

RGB 180 115 158 -
CMYK 0 0.36 0.12 0.29
HSL 320.31º 0.3% 0.58% -
HSV(B) 320.31º 0.36% 0.71% -
XYZ 31.12 24.43 35.42 -
YUV 139.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 180 115 158 0 0.36 0.12 0.29 320.31 0.3 0.58
Hex B4 73 9E 0 24 C 1D 140 1E 3A
Octal 264 163 236 0 44 14 35 500 36 72
Binary 10110100 1110011 10011110 0 100100 1100 11101 101000000 11110 111010

Color Harmonies of #B4739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4739E

Black with #B4739E

Text Example


Text Example

White with #B4739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4739E; }

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

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

background-color css

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

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

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

border-color css

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

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

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