Html Css Color HEX #B4839F Bouquet

📋 copy color: '#B4839F'

red 180 ◦ green 131 ◦ blue 159

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

Shades of Bouquet #B4839F

Tints of Bouquet #B4839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.87%

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

R = 38.3%
G = 27.87%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4839F (or 0xB4839F) is known color: Bouquet. HEX triplet: B4, 83 and 9F. RGB value is (180,131,159). Sum of RGB (Red+Green+Blue) = 180+131+159=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4839F is #4B7C60. Grayscale: #949494. Windows color (decimal): -4947041 or 10453940. OLE color: 10453940.

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

Color convert

RGB 180 131 159 -
CMYK 0 0.27 0.12 0.29
HSL 325.71º 0.25% 0.61% -
HSV(B) 325.71º 0.27% 0.71% -
XYZ 33.2 28.44 36.54 -
YUV 148.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 180 131 159 0 0.27 0.12 0.29 325.71 0.25 0.61
Hex B4 83 9F 0 1B C 1D 146 19 3D
Octal 264 203 237 0 33 14 35 506 31 75
Binary 10110100 10000011 10011111 0 11011 1100 11101 101000110 11001 111101

Color Harmonies of #B4839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4839F

Black with #B4839F

Text Example


Text Example

White with #B4839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4839F; }

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

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

background-color css

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

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

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

border-color css

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

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

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