Html Css Color HEX #B37C9E Bouquet

📋 copy color: '#B37C9E'

red 179 ◦ green 124 ◦ blue 158

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

Shades of Bouquet #B37C9E

Tints of Bouquet #B37C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 38.83%
G = 26.9%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B37C9E (or 0xB37C9E) is known color: Bouquet. HEX triplet: B3, 7C and 9E. RGB value is (179,124,158). Sum of RGB (Red+Green+Blue) = 179+124+158=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C9E is #4C8361. Grayscale: #909090. Windows color (decimal): -5014370 or 10386611. OLE color: 10386611.

HSL color Cylindrical-coordinate representation of color #B37C9E: hue angle of 322.91º 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 #B37C9E is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 124 158 -
CMYK 0 0.31 0.12 0.30
HSL 322.91º 0.27% 0.59% -
HSV(B) 322.91º 0.31% 0.7% -
XYZ 31.97 26.47 35.77 -
YUV 144.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 179 124 158 0 0.31 0.12 0.30 322.91 0.27 0.59
Hex B3 7C 9E 0 1F C 1E 143 1B 3B
Octal 263 174 236 0 37 14 36 503 33 73
Binary 10110011 1111100 10011110 0 11111 1100 11110 101000011 11011 111011

Color Harmonies of #B37C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C9E

Black with #B37C9E

Text Example


Text Example

White with #B37C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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