Html Css Color HEX #B37D9A Bouquet

📋 copy color: '#B37D9A'

red 179 ◦ green 125 ◦ blue 154

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

Shades of Bouquet #B37D9A

Tints of Bouquet #B37D9A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.29%

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

R = 39.08%
G = 27.29%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B37D9A (or 0xB37D9A) is known color: Bouquet. HEX triplet: B3, 7D and 9A. RGB value is (179,125,154). Sum of RGB (Red+Green+Blue) = 179+125+154=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D9A is #4C8265. Grayscale: #909090. Windows color (decimal): -5014118 or 10124723. OLE color: 10124723.

HSL color Cylindrical-coordinate representation of color #B37D9A: hue angle of 327.78º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37D9A is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 125 154 -
CMYK 0 0.30 0.14 0.30
HSL 327.78º 0.26% 0.6% -
HSV(B) 327.78º 0.3% 0.7% -
XYZ 31.76 26.58 34.03 -
YUV 144.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 179 125 154 0 0.30 0.14 0.30 327.78 0.26 0.6
Hex B3 7D 9A 0 1E E 1E 148 1A 3C
Octal 263 175 232 0 36 16 36 510 32 74
Binary 10110011 1111101 10011010 0 11110 1110 11110 101001000 11010 111100

Color Harmonies of #B37D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D9A

Black with #B37D9A

Text Example


Text Example

White with #B37D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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