Html Css Color HEX #B37895 Bouquet

📋 copy color: '#B37895'

red 179 ◦ green 120 ◦ blue 149

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

Shades of Bouquet #B37895

Tints of Bouquet #B37895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

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

R = 39.96%
G = 26.79%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B37895 (or 0xB37895) is known color: Bouquet. HEX triplet: B3, 78 and 95. RGB value is (179,120,149). Sum of RGB (Red+Green+Blue) = 179+120+149=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B37895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37895 is #4C876A. Grayscale: #8C8C8C. Windows color (decimal): -5015403 or 9795763. OLE color: 9795763.

HSL color Cylindrical-coordinate representation of color #B37895: hue angle of 330.51º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B37895 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 149 -
CMYK 0 0.33 0.17 0.30
HSL 330.51º 0.28% 0.59% -
HSV(B) 330.51º 0.33% 0.7% -
XYZ 30.73 25.19 31.68 -
YUV 140.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 179 120 149 0 0.33 0.17 0.30 330.51 0.28 0.59
Hex B3 78 95 0 21 11 1E 14B 1C 3B
Octal 263 170 225 0 41 21 36 513 34 73
Binary 10110011 1111000 10010101 0 100001 10001 11110 101001011 11100 111011

Color Harmonies of #B37895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37895

Black with #B37895

Text Example


Text Example

White with #B37895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37895; }

 p { color: rgb(179,120,149); }

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

background-color css

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

 a { background-color: rgb(179,120,149); }

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

border-color css

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

 span { border-color: rgb(179,120,149); }

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