Html Css Color HEX #B08497 Bouquet

📋 copy color: '#B08497'

red 176 ◦ green 132 ◦ blue 151

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

Shades of Bouquet #B08497

Tints of Bouquet #B08497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 38.34%
G = 28.76%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B08497 (or 0xB08497) is known color: Bouquet. HEX triplet: B0, 84 and 97. RGB value is (176,132,151). Sum of RGB (Red+Green+Blue) = 176+132+151=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B08497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08497 is #4F7B68. Grayscale: #939393. Windows color (decimal): -5208937 or 9929904. OLE color: 9929904.

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

Color convert

RGB 176 132 151 -
CMYK 0 0.25 0.14 0.31
HSL 334.09º 0.22% 0.6% -
HSV(B) 334.09º 0.25% 0.69% -
XYZ 31.74 27.97 33 -
YUV 147.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 176 132 151 0 0.25 0.14 0.31 334.09 0.22 0.6
Hex B0 84 97 0 19 E 1F 14E 16 3C
Octal 260 204 227 0 31 16 37 516 26 74
Binary 10110000 10000100 10010111 0 11001 1110 11111 101001110 10110 111100

Color Harmonies of #B08497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08497

Black with #B08497

Text Example


Text Example

White with #B08497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08497; }

 p { color: rgb(176,132,151); }

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

background-color css

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

 a { background-color: rgb(176,132,151); }

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

border-color css

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

 span { border-color: rgb(176,132,151); }

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