Html Css Color HEX #B38A9F Bouquet

📋 copy color: '#B38A9F'

red 179 ◦ green 138 ◦ blue 159

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

Shades of Bouquet #B38A9F

Tints of Bouquet #B38A9F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

 BLUE value IS 159 (62.5% from 255) = 33.4%

R = 37.61%
G = 28.99%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B38A9F (or 0xB38A9F) is known color: Bouquet. HEX triplet: B3, 8A and 9F. RGB value is (179,138,159). Sum of RGB (Red+Green+Blue) = 179+138+159=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38A9F is #4C7560. Grayscale: #989898. Windows color (decimal): -5010785 or 10455731. OLE color: 10455731.

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

Color convert

RGB 179 138 159 -
CMYK 0 0.23 0.11 0.30
HSL 329.27º 0.21% 0.62% -
HSV(B) 329.27º 0.23% 0.7% -
XYZ 33.94 30.26 36.85 -
YUV 152.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 179 138 159 0 0.23 0.11 0.30 329.27 0.21 0.62
Hex B3 8A 9F 0 17 B 1E 149 15 3E
Octal 263 212 237 0 27 13 36 511 25 76
Binary 10110011 10001010 10011111 0 10111 1011 11110 101001001 10101 111110

Color Harmonies of #B38A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A9F

Black with #B38A9F

Text Example


Text Example

White with #B38A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A9F; }

 p { color: rgb(179,138,159); }

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

background-color css

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

 a { background-color: rgb(179,138,159); }

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

border-color css

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

 span { border-color: rgb(179,138,159); }

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