Html Css Color HEX #B37F96 Bouquet

📋 copy color: '#B37F96'

red 179 ◦ green 127 ◦ blue 150

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

Shades of Bouquet #B37F96

Tints of Bouquet #B37F96

RGB

 RED value IS 179 (70.31% from 255) = 39.25%

 GREEN value IS 127 (50% from 255) = 27.85%

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

R = 39.25%
G = 27.85%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B37F96 (or 0xB37F96) is known color: Bouquet. HEX triplet: B3, 7F and 96. RGB value is (179,127,150). Sum of RGB (Red+Green+Blue) = 179+127+150=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F96 is #4C8069. Grayscale: #919191. Windows color (decimal): -5013610 or 9863091. OLE color: 9863091.

HSL color Cylindrical-coordinate representation of color #B37F96: hue angle of 333.46º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37F96 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 127 150 -
CMYK 0 0.29 0.16 0.30
HSL 333.46º 0.25% 0.6% -
HSV(B) 333.46º 0.29% 0.7% -
XYZ 31.68 26.96 32.39 -
YUV 145.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 179 127 150 0 0.29 0.16 0.30 333.46 0.25 0.6
Hex B3 7F 96 0 1D 10 1E 14D 19 3C
Octal 263 177 226 0 35 20 36 515 31 74
Binary 10110011 1111111 10010110 0 11101 10000 11110 101001101 11001 111100

Color Harmonies of #B37F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F96

Black with #B37F96

Text Example


Text Example

White with #B37F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F96; }

 p { color: rgb(179,127,150); }

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

background-color css

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

 a { background-color: rgb(179,127,150); }

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

border-color css

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

 span { border-color: rgb(179,127,150); }

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