Html Css Color HEX #B37FA0 Bouquet

📋 copy color: '#B37FA0'

red 179 ◦ green 127 ◦ blue 160

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

Shades of Bouquet #B37FA0

Tints of Bouquet #B37FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 38.41%
G = 27.25%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B37FA0 (or 0xB37FA0) is known color: Bouquet. HEX triplet: B3, 7F and A0. RGB value is (179,127,160). Sum of RGB (Red+Green+Blue) = 179+127+160=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FA0 is #4C805F. Grayscale: #929292. Windows color (decimal): -5013600 or 10518451. OLE color: 10518451.

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

Color convert

RGB 179 127 160 -
CMYK 0 0.29 0.11 0.30
HSL 321.92º 0.25% 0.6% -
HSV(B) 321.92º 0.29% 0.7% -
XYZ 32.52 27.3 36.81 -
YUV 146.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 179 127 160 0 0.29 0.11 0.30 321.92 0.25 0.6
Hex B3 7F A0 0 1D B 1E 142 19 3C
Octal 263 177 240 0 35 13 36 502 31 74
Binary 10110011 1111111 10100000 0 11101 1011 11110 101000010 11001 111100

Color Harmonies of #B37FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FA0

Black with #B37FA0

Text Example


Text Example

White with #B37FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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