Html Css Color HEX #B4829E Bouquet

📋 copy color: '#B4829E'

red 180 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #B4829E

Tints of Bouquet #B4829E

RGB

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

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

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

R = 38.46%
G = 27.78%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4829E (or 0xB4829E) is known color: Bouquet. HEX triplet: B4, 82 and 9E. RGB value is (180,130,158). Sum of RGB (Red+Green+Blue) = 180+130+158=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4829E is #4B7D61. Grayscale: #949494. Windows color (decimal): -4947298 or 10388148. OLE color: 10388148.

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

Color convert

RGB 180 130 158 -
CMYK 0 0.28 0.12 0.29
HSL 326.4º 0.25% 0.61% -
HSV(B) 326.4º 0.28% 0.71% -
XYZ 32.98 28.14 36.04 -
YUV 148.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 180 130 158 0 0.28 0.12 0.29 326.4 0.25 0.61
Hex B4 82 9E 0 1C C 1D 146 19 3D
Octal 264 202 236 0 34 14 35 506 31 75
Binary 10110100 10000010 10011110 0 11100 1100 11101 101000110 11001 111101

Color Harmonies of #B4829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4829E

Black with #B4829E

Text Example


Text Example

White with #B4829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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