Html Css Color HEX #B4829B Bouquet

📋 copy color: '#B4829B'

red 180 ◦ green 130 ◦ blue 155

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

Shades of Bouquet #B4829B

Tints of Bouquet #B4829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 38.71%
G = 27.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4829B (or 0xB4829B) is known color: Bouquet. HEX triplet: B4, 82 and 9B. RGB value is (180,130,155). Sum of RGB (Red+Green+Blue) = 180+130+155=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4829B is #4B7D64. Grayscale: #939393. Windows color (decimal): -4947301 or 10191540. OLE color: 10191540.

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

Color convert

RGB 180 130 155 -
CMYK 0 0.28 0.14 0.29
HSL 330º 0.25% 0.61% -
HSV(B) 330º 0.28% 0.71% -
XYZ 32.72 28.04 34.7 -
YUV 147.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 180 130 155 0 0.28 0.14 0.29 330 0.25 0.61
Hex B4 82 9B 0 1C E 1D 14A 19 3D
Octal 264 202 233 0 34 16 35 512 31 75
Binary 10110100 10000010 10011011 0 11100 1110 11101 101001010 11001 111101

Color Harmonies of #B4829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4829B

Black with #B4829B

Text Example


Text Example

White with #B4829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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