Html Css Color HEX #B37CA5 Bouquet

📋 copy color: '#B37CA5'

red 179 ◦ green 124 ◦ blue 165

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

Shades of Bouquet #B37CA5

Tints of Bouquet #B37CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 38.25%
G = 26.5%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B37CA5 (or 0xB37CA5) is known color: Bouquet. HEX triplet: B3, 7C and A5. RGB value is (179,124,165). Sum of RGB (Red+Green+Blue) = 179+124+165=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CA5 is #4C835A. Grayscale: #919191. Windows color (decimal): -5014363 or 10845363. OLE color: 10845363.

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

Color convert

RGB 179 124 165 -
CMYK 0 0.31 0.08 0.30
HSL 315.27º 0.27% 0.59% -
HSV(B) 315.27º 0.31% 0.7% -
XYZ 32.59 26.72 39.04 -
YUV 145.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 179 124 165 0 0.31 0.08 0.30 315.27 0.27 0.59
Hex B3 7C A5 0 1F 8 1E 13B 1B 3B
Octal 263 174 245 0 37 10 36 473 33 73
Binary 10110011 1111100 10100101 0 11111 1000 11110 100111011 11011 111011

Color Harmonies of #B37CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CA5

Black with #B37CA5

Text Example


Text Example

White with #B37CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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