Html Css Color HEX #B08297 Bouquet

📋 copy color: '#B08297'

red 176 ◦ green 130 ◦ blue 151

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

Shades of Bouquet #B08297

Tints of Bouquet #B08297

RGB

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

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

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

R = 38.51%
G = 28.45%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B08297 (or 0xB08297) is known color: Bouquet. HEX triplet: B0, 82 and 97. RGB value is (176,130,151). Sum of RGB (Red+Green+Blue) = 176+130+151=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B08297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08297 is #4F7D68. Grayscale: #929292. Windows color (decimal): -5209449 or 9929392. OLE color: 9929392.

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

Color convert

RGB 176 130 151 -
CMYK 0 0.26 0.14 0.31
HSL 332.61º 0.23% 0.6% -
HSV(B) 332.61º 0.26% 0.69% -
XYZ 31.47 27.43 32.91 -
YUV 146.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 176 130 151 0 0.26 0.14 0.31 332.61 0.23 0.6
Hex B0 82 97 0 1A E 1F 14D 17 3C
Octal 260 202 227 0 32 16 37 515 27 74
Binary 10110000 10000010 10010111 0 11010 1110 11111 101001101 10111 111100

Color Harmonies of #B08297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08297

Black with #B08297

Text Example


Text Example

White with #B08297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08297; }

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

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

background-color css

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

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

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

border-color css

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

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

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