Html Css Color HEX #B38B9F Bouquet

📋 copy color: '#B38B9F'

red 179 ◦ green 139 ◦ blue 159

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

Shades of Bouquet #B38B9F

Tints of Bouquet #B38B9F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

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

R = 37.53%
G = 29.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B38B9F (or 0xB38B9F) is known color: Bouquet. HEX triplet: B3, 8B and 9F. RGB value is (179,139,159). Sum of RGB (Red+Green+Blue) = 179+139+159=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38B9F is #4C7460. Grayscale: #999999. Windows color (decimal): -5010529 or 10455987. OLE color: 10455987.

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

Color convert

RGB 179 139 159 -
CMYK 0 0.22 0.11 0.30
HSL 330º 0.21% 0.62% -
HSV(B) 330º 0.22% 0.7% -
XYZ 34.08 30.55 36.9 -
YUV 153.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 179 139 159 0 0.22 0.11 0.30 330 0.21 0.62
Hex B3 8B 9F 0 16 B 1E 14A 15 3E
Octal 263 213 237 0 26 13 36 512 25 76
Binary 10110011 10001011 10011111 0 10110 1011 11110 101001010 10101 111110

Color Harmonies of #B38B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B9F

Black with #B38B9F

Text Example


Text Example

White with #B38B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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