Html Css Color HEX #B08696 Bouquet

📋 copy color: '#B08696'

red 176 ◦ green 134 ◦ blue 150

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

Shades of Bouquet #B08696

Tints of Bouquet #B08696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.13%

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

R = 38.26%
G = 29.13%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B08696 (or 0xB08696) is known color: Bouquet. HEX triplet: B0, 86 and 96. RGB value is (176,134,150). Sum of RGB (Red+Green+Blue) = 176+134+150=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B08696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08696 is #4F7969. Grayscale: #949494. Windows color (decimal): -5208426 or 9864880. OLE color: 9864880.

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

Color convert

RGB 176 134 150 -
CMYK 0 0.24 0.15 0.31
HSL 337.14º 0.21% 0.61% -
HSV(B) 337.14º 0.24% 0.69% -
XYZ 31.93 28.48 32.67 -
YUV 148.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 176 134 150 0 0.24 0.15 0.31 337.14 0.21 0.61
Hex B0 86 96 0 18 F 1F 151 15 3D
Octal 260 206 226 0 30 17 37 521 25 75
Binary 10110000 10000110 10010110 0 11000 1111 11111 101010001 10101 111101

Color Harmonies of #B08696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08696

Black with #B08696

Text Example


Text Example

White with #B08696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08696; }

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

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

background-color css

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

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

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

border-color css

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

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

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