Html Css Color HEX #B37C9A Bouquet

📋 copy color: '#B37C9A'

red 179 ◦ green 124 ◦ blue 154

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

Shades of Bouquet #B37C9A

Tints of Bouquet #B37C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 39.17%
G = 27.13%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B37C9A (or 0xB37C9A) is known color: Bouquet. HEX triplet: B3, 7C and 9A. RGB value is (179,124,154). Sum of RGB (Red+Green+Blue) = 179+124+154=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C9A is #4C8365. Grayscale: #8F8F8F. Windows color (decimal): -5014374 or 10124467. OLE color: 10124467.

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

Color convert

RGB 179 124 154 -
CMYK 0 0.31 0.14 0.30
HSL 327.27º 0.27% 0.59% -
HSV(B) 327.27º 0.31% 0.7% -
XYZ 31.63 26.33 33.99 -
YUV 143.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 179 124 154 0 0.31 0.14 0.30 327.27 0.27 0.59
Hex B3 7C 9A 0 1F E 1E 147 1B 3B
Octal 263 174 232 0 37 16 36 507 33 73
Binary 10110011 1111100 10011010 0 11111 1110 11110 101000111 11011 111011

Color Harmonies of #B37C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C9A

Black with #B37C9A

Text Example


Text Example

White with #B37C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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