Html Css Color HEX #B8829A Bouquet

📋 copy color: '#B8829A'

red 184 ◦ green 130 ◦ blue 154

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

Shades of Bouquet #B8829A

Tints of Bouquet #B8829A

RGB

 RED value IS 184 (72.27% from 255) = 39.32%

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

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 39.32%
G = 27.78%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8829A (or 0xB8829A) is known color: Bouquet. HEX triplet: B8, 82 and 9A. RGB value is (184,130,154). Sum of RGB (Red+Green+Blue) = 184+130+154=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8829A is #477D65. Grayscale: #949494. Windows color (decimal): -4685158 or 10126008. OLE color: 10126008.

HSL color Cylindrical-coordinate representation of color #B8829A: hue angle of 333.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8829A is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 154 -
CMYK 0 0.29 0.16 0.28
HSL 333.33º 0.28% 0.62% -
HSV(B) 333.33º 0.29% 0.72% -
XYZ 33.58 28.49 34.3 -
YUV 148.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 184 130 154 0 0.29 0.16 0.28 333.33 0.28 0.62
Hex B8 82 9A 0 1D 10 1C 14D 1C 3E
Octal 270 202 232 0 35 20 34 515 34 76
Binary 10111000 10000010 10011010 0 11101 10000 11100 101001101 11100 111110

Color Harmonies of #B8829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8829A

Black with #B8829A

Text Example


Text Example

White with #B8829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8829A; }

 p { color: rgb(184,130,154); }

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

background-color css

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

 a { background-color: rgb(184,130,154); }

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

border-color css

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

 span { border-color: rgb(184,130,154); }

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