Html Css Color HEX #B37C9F Bouquet

📋 copy color: '#B37C9F'

red 179 ◦ green 124 ◦ blue 159

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

Shades of Bouquet #B37C9F

Tints of Bouquet #B37C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.84%

 BLUE value IS 159 (62.5% from 255) = 34.42%

R = 38.74%
G = 26.84%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B37C9F (or 0xB37C9F) is known color: Bouquet. HEX triplet: B3, 7C and 9F. RGB value is (179,124,159). Sum of RGB (Red+Green+Blue) = 179+124+159=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C9F is #4C8360. Grayscale: #909090. Windows color (decimal): -5014369 or 10452147. OLE color: 10452147.

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

Color convert

RGB 179 124 159 -
CMYK 0 0.31 0.11 0.30
HSL 321.82º 0.27% 0.59% -
HSV(B) 321.82º 0.31% 0.7% -
XYZ 32.06 26.5 36.23 -
YUV 144.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 179 124 159 0 0.31 0.11 0.30 321.82 0.27 0.59
Hex B3 7C 9F 0 1F B 1E 142 1B 3B
Octal 263 174 237 0 37 13 36 502 33 73
Binary 10110011 1111100 10011111 0 11111 1011 11110 101000010 11011 111011

Color Harmonies of #B37C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C9F

Black with #B37C9F

Text Example


Text Example

White with #B37C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C9F; }

 p { color: rgb(179,124,159); }

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

background-color css

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

 a { background-color: rgb(179,124,159); }

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

border-color css

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

 span { border-color: rgb(179,124,159); }

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