Html Css Color HEX #B38299 Bouquet

📋 copy color: '#B38299'

red 179 ◦ green 130 ◦ blue 153

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

Shades of Bouquet #B38299

Tints of Bouquet #B38299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.14%

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 38.74%
G = 28.14%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B38299 (or 0xB38299) is known color: Bouquet. HEX triplet: B3, 82 and 99. RGB value is (179,130,153). Sum of RGB (Red+Green+Blue) = 179+130+153=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B38299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38299 is #4C7D66. Grayscale: #939393. Windows color (decimal): -5012839 or 10060467. OLE color: 10060467.

HSL color Cylindrical-coordinate representation of color #B38299: hue angle of 331.84º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38299 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 153 -
CMYK 0 0.27 0.15 0.30
HSL 331.84º 0.24% 0.61% -
HSV(B) 331.84º 0.27% 0.7% -
XYZ 32.32 27.85 33.81 -
YUV 147.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 179 130 153 0 0.27 0.15 0.30 331.84 0.24 0.61
Hex B3 82 99 0 1B F 1E 14C 18 3D
Octal 263 202 231 0 33 17 36 514 30 75
Binary 10110011 10000010 10011001 0 11011 1111 11110 101001100 11000 111101

Color Harmonies of #B38299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38299

Black with #B38299

Text Example


Text Example

White with #B38299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38299; }

 p { color: rgb(179,130,153); }

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

background-color css

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

 a { background-color: rgb(179,130,153); }

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

border-color css

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

 span { border-color: rgb(179,130,153); }

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