Html Css Color HEX #B08395 Bouquet

📋 copy color: '#B08395'

red 176 ◦ green 131 ◦ blue 149

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

Shades of Bouquet #B08395

Tints of Bouquet #B08395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

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

R = 38.6%
G = 28.73%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B08395 (or 0xB08395) is known color: Bouquet. HEX triplet: B0, 83 and 95. RGB value is (176,131,149). Sum of RGB (Red+Green+Blue) = 176+131+149=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B08395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08395 is #4F7C6A. Grayscale: #929292. Windows color (decimal): -5209195 or 9798576. OLE color: 9798576.

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

Color convert

RGB 176 131 149 -
CMYK 0 0.26 0.15 0.31
HSL 336º 0.22% 0.6% -
HSV(B) 336º 0.26% 0.69% -
XYZ 31.45 27.63 32.11 -
YUV 146.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 176 131 149 0 0.26 0.15 0.31 336 0.22 0.6
Hex B0 83 95 0 1A F 1F 150 16 3C
Octal 260 203 225 0 32 17 37 520 26 74
Binary 10110000 10000011 10010101 0 11010 1111 11111 101010000 10110 111100

Color Harmonies of #B08395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08395

Black with #B08395

Text Example


Text Example

White with #B08395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08395; }

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

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

background-color css

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

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

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

border-color css

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

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

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