Html Css Color HEX #B37DA8 Bouquet

📋 copy color: '#B37DA8'

red 179 ◦ green 125 ◦ blue 168

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

Shades of Bouquet #B37DA8

Tints of Bouquet #B37DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 37.92%
G = 26.48%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B37DA8 (or 0xB37DA8) is known color: Bouquet. HEX triplet: B3, 7D and A8. RGB value is (179,125,168). Sum of RGB (Red+Green+Blue) = 179+125+168=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DA8 is #4C8257. Grayscale: #919191. Windows color (decimal): -5014104 or 11042227. OLE color: 11042227.

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

Color convert

RGB 179 125 168 -
CMYK 0 0.30 0.06 0.30
HSL 312.22º 0.26% 0.6% -
HSV(B) 312.22º 0.3% 0.7% -
XYZ 32.99 27.08 40.53 -
YUV 146.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 179 125 168 0 0.30 0.06 0.30 312.22 0.26 0.6
Hex B3 7D A8 0 1E 6 1E 138 1A 3C
Octal 263 175 250 0 36 6 36 470 32 74
Binary 10110011 1111101 10101000 0 11110 110 11110 100111000 11010 111100

Color Harmonies of #B37DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DA8

Black with #B37DA8

Text Example


Text Example

White with #B37DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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