Html Css Color HEX #B4829D Bouquet

📋 copy color: '#B4829D'

red 180 ◦ green 130 ◦ blue 157

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

Shades of Bouquet #B4829D

Tints of Bouquet #B4829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 157 (61.72% from 255) = 33.62%

R = 38.54%
G = 27.84%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4829D (or 0xB4829D) is known color: Bouquet. HEX triplet: B4, 82 and 9D. RGB value is (180,130,157). Sum of RGB (Red+Green+Blue) = 180+130+157=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4829D is #4B7D62. Grayscale: #939393. Windows color (decimal): -4947299 or 10322612. OLE color: 10322612.

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

Color convert

RGB 180 130 157 -
CMYK 0 0.28 0.13 0.29
HSL 327.6º 0.25% 0.61% -
HSV(B) 327.6º 0.28% 0.71% -
XYZ 32.89 28.1 35.59 -
YUV 148.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 180 130 157 0 0.28 0.13 0.29 327.6 0.25 0.61
Hex B4 82 9D 0 1C D 1D 148 19 3D
Octal 264 202 235 0 34 15 35 510 31 75
Binary 10110100 10000010 10011101 0 11100 1101 11101 101001000 11001 111101

Color Harmonies of #B4829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4829D

Black with #B4829D

Text Example


Text Example

White with #B4829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4829D; }

 p { color: rgb(180,130,157); }

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

background-color css

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

 a { background-color: rgb(180,130,157); }

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

border-color css

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

 span { border-color: rgb(180,130,157); }

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