Html Css Color HEX #B37CA2 Bouquet

📋 copy color: '#B37CA2'

red 179 ◦ green 124 ◦ blue 162

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

Shades of Bouquet #B37CA2

Tints of Bouquet #B37CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 38.49%
G = 26.67%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B37CA2 (or 0xB37CA2) is known color: Bouquet. HEX triplet: B3, 7C and A2. RGB value is (179,124,162). Sum of RGB (Red+Green+Blue) = 179+124+162=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CA2 is #4C835D. Grayscale: #909090. Windows color (decimal): -5014366 or 10648755. OLE color: 10648755.

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

Color convert

RGB 179 124 162 -
CMYK 0 0.31 0.09 0.30
HSL 318.55º 0.27% 0.59% -
HSV(B) 318.55º 0.31% 0.7% -
XYZ 32.32 26.61 37.61 -
YUV 144.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 179 124 162 0 0.31 0.09 0.30 318.55 0.27 0.59
Hex B3 7C A2 0 1F 9 1E 13F 1B 3B
Octal 263 174 242 0 37 11 36 477 33 73
Binary 10110011 1111100 10100010 0 11111 1001 11110 100111111 11011 111011

Color Harmonies of #B37CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CA2

Black with #B37CA2

Text Example


Text Example

White with #B37CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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