Html Css Color HEX #B08095 Bouquet

📋 copy color: '#B08095'

red 176 ◦ green 128 ◦ blue 149

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

Shades of Bouquet #B08095

Tints of Bouquet #B08095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.89%

R = 38.85%
G = 28.26%
B = 32.89%

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

#B08095 (or 0xB08095) is known color: Bouquet. HEX triplet: B0, 80 and 95. RGB value is (176,128,149). Sum of RGB (Red+Green+Blue) = 176+128+149=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B08095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08095 is #4F7F6A. Grayscale: #909090. Windows color (decimal): -5209963 or 9797808. OLE color: 9797808.

HSL color Cylindrical-coordinate representation of color #B08095: hue angle of 333.75º 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 #B08095 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 149 -
CMYK 0 0.27 0.15 0.31
HSL 333.75º 0.23% 0.6% -
HSV(B) 333.75º 0.27% 0.69% -
XYZ 31.05 26.84 31.98 -
YUV 144.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 176 128 149 0 0.27 0.15 0.31 333.75 0.23 0.6
Hex B0 80 95 0 1B F 1F 14E 17 3C
Octal 260 200 225 0 33 17 37 516 27 74
Binary 10110000 10000000 10010101 0 11011 1111 11111 101001110 10111 111100

Color Harmonies of #B08095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08095

Black with #B08095

Text Example


Text Example

White with #B08095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08095; }

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

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

background-color css

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

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

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

border-color css

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

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

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