Html Css Color HEX #B4829F Bouquet

📋 copy color: '#B4829F'

red 180 ◦ green 130 ◦ blue 159

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

Shades of Bouquet #B4829F

Tints of Bouquet #B4829F

RGB

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

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

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

R = 38.38%
G = 27.72%
B = 33.9%

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

#B4829F (or 0xB4829F) is known color: Bouquet. HEX triplet: B4, 82 and 9F. RGB value is (180,130,159). Sum of RGB (Red+Green+Blue) = 180+130+159=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4829F is #4B7D60. Grayscale: #949494. Windows color (decimal): -4947297 or 10453684. OLE color: 10453684.

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

Color convert

RGB 180 130 159 -
CMYK 0 0.28 0.12 0.29
HSL 325.2º 0.25% 0.61% -
HSV(B) 325.2º 0.28% 0.71% -
XYZ 33.06 28.17 36.5 -
YUV 148.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 180 130 159 0 0.28 0.12 0.29 325.2 0.25 0.61
Hex B4 82 9F 0 1C C 1D 145 19 3D
Octal 264 202 237 0 34 14 35 505 31 75
Binary 10110100 10000010 10011111 0 11100 1100 11101 101000101 11001 111101

Color Harmonies of #B4829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4829F

Black with #B4829F

Text Example


Text Example

White with #B4829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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