Html Css Color HEX #B08B9E Bouquet

📋 copy color: '#B08B9E'

red 176 ◦ green 139 ◦ blue 158

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

Shades of Bouquet #B08B9E

Tints of Bouquet #B08B9E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.39%

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 37.21%
G = 29.39%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B08B9E (or 0xB08B9E) is known color: Bouquet. HEX triplet: B0, 8B and 9E. RGB value is (176,139,158). Sum of RGB (Red+Green+Blue) = 176+139+158=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B9E is #4F7461. Grayscale: #989898. Windows color (decimal): -5207138 or 10390448. OLE color: 10390448.

HSL color Cylindrical-coordinate representation of color #B08B9E: hue angle of 329.19º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08B9E is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 139 158 -
CMYK 0 0.21 0.10 0.31
HSL 329.19º 0.19% 0.62% -
HSV(B) 329.19º 0.21% 0.69% -
XYZ 33.31 30.16 36.41 -
YUV 152.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 176 139 158 0 0.21 0.10 0.31 329.19 0.19 0.62
Hex B0 8B 9E 0 15 A 1F 149 13 3E
Octal 260 213 236 0 25 12 37 511 23 76
Binary 10110000 10001011 10011110 0 10101 1010 11111 101001001 10011 111110

Color Harmonies of #B08B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08B9E

Black with #B08B9E

Text Example


Text Example

White with #B08B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08B9E; }

 p { color: rgb(176,139,158); }

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

background-color css

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

 a { background-color: rgb(176,139,158); }

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

border-color css

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

 span { border-color: rgb(176,139,158); }

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