Html Css Color HEX #B08096 Bouquet

📋 copy color: '#B08096'

red 176 ◦ green 128 ◦ blue 150

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

Shades of Bouquet #B08096

Tints of Bouquet #B08096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 38.77%
G = 28.19%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B08096 (or 0xB08096) is known color: Bouquet. HEX triplet: B0, 80 and 96. RGB value is (176,128,150). Sum of RGB (Red+Green+Blue) = 176+128+150=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B08096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08096 is #4F7F69. Grayscale: #909090. Windows color (decimal): -5209962 or 9863344. OLE color: 9863344.

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

Color convert

RGB 176 128 150 -
CMYK 0 0.27 0.15 0.31
HSL 332.5º 0.23% 0.6% -
HSV(B) 332.5º 0.27% 0.69% -
XYZ 31.13 26.87 32.4 -
YUV 144.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 176 128 150 0 0.27 0.15 0.31 332.5 0.23 0.6
Hex B0 80 96 0 1B F 1F 14C 17 3C
Octal 260 200 226 0 33 17 37 514 27 74
Binary 10110000 10000000 10010110 0 11011 1111 11111 101001100 10111 111100

Color Harmonies of #B08096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08096

Black with #B08096

Text Example


Text Example

White with #B08096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08096; }

 p { color: rgb(176,128,150); }

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

background-color css

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

 a { background-color: rgb(176,128,150); }

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

border-color css

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

 span { border-color: rgb(176,128,150); }

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