Html Css Color HEX #B38DA6 Bouquet

📋 copy color: '#B38DA6'

red 179 ◦ green 141 ◦ blue 166

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

Shades of Bouquet #B38DA6

Tints of Bouquet #B38DA6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

 BLUE value IS 166 (65.23% from 255) = 34.16%

R = 36.83%
G = 29.01%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B38DA6 (or 0xB38DA6) is known color: Bouquet. HEX triplet: B3, 8D and A6. RGB value is (179,141,166). Sum of RGB (Red+Green+Blue) = 179+141+166=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B38DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38DA6 is #4C7259. Grayscale: #9B9B9B. Windows color (decimal): -5010010 or 10915251. OLE color: 10915251.

HSL color Cylindrical-coordinate representation of color #B38DA6: hue angle of 320.53º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38DA6 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 141 166 -
CMYK 0 0.21 0.07 0.30
HSL 320.53º 0.2% 0.63% -
HSV(B) 320.53º 0.21% 0.7% -
XYZ 35 31.39 40.29 -
YUV 155.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 179 141 166 0 0.21 0.07 0.30 320.53 0.2 0.63
Hex B3 8D A6 0 15 7 1E 141 14 3F
Octal 263 215 246 0 25 7 36 501 24 77
Binary 10110011 10001101 10100110 0 10101 111 11110 101000001 10100 111111

Color Harmonies of #B38DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DA6

Black with #B38DA6

Text Example


Text Example

White with #B38DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DA6; }

 p { color: rgb(179,141,166); }

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

background-color css

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

 a { background-color: rgb(179,141,166); }

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

border-color css

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

 span { border-color: rgb(179,141,166); }

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