Html Css Color HEX #B4739A Bouquet

📋 copy color: '#B4739A'

red 180 ◦ green 115 ◦ blue 154

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

Shades of Bouquet #B4739A

Tints of Bouquet #B4739A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 40.09%
G = 25.61%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4739A (or 0xB4739A) is known color: Bouquet. HEX triplet: B4, 73 and 9A. RGB value is (180,115,154). Sum of RGB (Red+Green+Blue) = 180+115+154=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4739A is #4B8C65. Grayscale: #8A8A8A. Windows color (decimal): -4951142 or 10122164. OLE color: 10122164.

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

Color convert

RGB 180 115 154 -
CMYK 0 0.36 0.14 0.29
HSL 324º 0.3% 0.58% -
HSV(B) 324º 0.36% 0.71% -
XYZ 30.79 24.3 33.64 -
YUV 138.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 180 115 154 0 0.36 0.14 0.29 324 0.3 0.58
Hex B4 73 9A 0 24 E 1D 144 1E 3A
Octal 264 163 232 0 44 16 35 504 36 72
Binary 10110100 1110011 10011010 0 100100 1110 11101 101000100 11110 111010

Color Harmonies of #B4739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4739A

Black with #B4739A

Text Example


Text Example

White with #B4739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4739A; }

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

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

background-color css

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

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

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

border-color css

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

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

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