Html Css Color HEX #B4839E Bouquet

📋 copy color: '#B4839E'

red 180 ◦ green 131 ◦ blue 158

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

Shades of Bouquet #B4839E

Tints of Bouquet #B4839E

RGB

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

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

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

R = 38.38%
G = 27.93%
B = 33.69%

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

#B4839E (or 0xB4839E) is known color: Bouquet. HEX triplet: B4, 83 and 9E. RGB value is (180,131,158). Sum of RGB (Red+Green+Blue) = 180+131+158=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4839E is #4B7C61. Grayscale: #949494. Windows color (decimal): -4947042 or 10388404. OLE color: 10388404.

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

Color convert

RGB 180 131 158 -
CMYK 0 0.27 0.12 0.29
HSL 326.94º 0.25% 0.61% -
HSV(B) 326.94º 0.27% 0.71% -
XYZ 33.11 28.4 36.09 -
YUV 148.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 180 131 158 0 0.27 0.12 0.29 326.94 0.25 0.61
Hex B4 83 9E 0 1B C 1D 147 19 3D
Octal 264 203 236 0 33 14 35 507 31 75
Binary 10110100 10000011 10011110 0 11011 1100 11101 101000111 11001 111101

Color Harmonies of #B4839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4839E

Black with #B4839E

Text Example


Text Example

White with #B4839E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4839E; }

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

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

background-color css

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

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

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

border-color css

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

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

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