Html Css Color HEX #B37CA4 Bouquet

📋 copy color: '#B37CA4'

red 179 ◦ green 124 ◦ blue 164

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

Shades of Bouquet #B37CA4

Tints of Bouquet #B37CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 38.33%
G = 26.55%
B = 35.12%

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

#B37CA4 (or 0xB37CA4) is known color: Bouquet. HEX triplet: B3, 7C and A4. RGB value is (179,124,164). Sum of RGB (Red+Green+Blue) = 179+124+164=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CA4 is #4C835B. Grayscale: #909090. Windows color (decimal): -5014364 or 10779827. OLE color: 10779827.

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

Color convert

RGB 179 124 164 -
CMYK 0 0.31 0.08 0.30
HSL 316.36º 0.27% 0.59% -
HSV(B) 316.36º 0.31% 0.7% -
XYZ 32.5 26.68 38.56 -
YUV 145.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 179 124 164 0 0.31 0.08 0.30 316.36 0.27 0.59
Hex B3 7C A4 0 1F 8 1E 13C 1B 3B
Octal 263 174 244 0 37 10 36 474 33 73
Binary 10110011 1111100 10100100 0 11111 1000 11110 100111100 11011 111011

Color Harmonies of #B37CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CA4

Black with #B37CA4

Text Example


Text Example

White with #B37CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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