Html Css Color HEX #B0829A Bouquet

📋 copy color: '#B0829A'

red 176 ◦ green 130 ◦ blue 154

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

Shades of Bouquet #B0829A

Tints of Bouquet #B0829A

RGB

 RED value IS 176 (69.14% from 255) = 38.26%

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

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

R = 38.26%
G = 28.26%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0829A (or 0xB0829A) is known color: Bouquet. HEX triplet: B0, 82 and 9A. RGB value is (176,130,154). Sum of RGB (Red+Green+Blue) = 176+130+154=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0829A is #4F7D65. Grayscale: #929292. Windows color (decimal): -5209446 or 10126000. OLE color: 10126000.

HSL color Cylindrical-coordinate representation of color #B0829A: hue angle of 328.7º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0829A is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 154 -
CMYK 0 0.26 0.12 0.31
HSL 328.7º 0.23% 0.6% -
HSV(B) 328.7º 0.26% 0.69% -
XYZ 31.72 27.53 34.21 -
YUV 146.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 176 130 154 0 0.26 0.12 0.31 328.7 0.23 0.6
Hex B0 82 9A 0 1A C 1F 149 17 3C
Octal 260 202 232 0 32 14 37 511 27 74
Binary 10110000 10000010 10011010 0 11010 1100 11111 101001001 10111 111100

Color Harmonies of #B0829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0829A

Black with #B0829A

Text Example


Text Example

White with #B0829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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