Html Css Color HEX #B38296 Bouquet

📋 copy color: '#B38296'

red 179 ◦ green 130 ◦ blue 150

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

Shades of Bouquet #B38296

Tints of Bouquet #B38296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.68%

R = 39%
G = 28.32%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B38296 (or 0xB38296) is known color: Bouquet. HEX triplet: B3, 82 and 96. RGB value is (179,130,150). Sum of RGB (Red+Green+Blue) = 179+130+150=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B38296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38296 is #4C7D69. Grayscale: #929292. Windows color (decimal): -5012842 or 9863859. OLE color: 9863859.

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

Color convert

RGB 179 130 150 -
CMYK 0 0.27 0.16 0.30
HSL 335.51º 0.24% 0.61% -
HSV(B) 335.51º 0.27% 0.7% -
XYZ 32.08 27.75 32.52 -
YUV 146.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 179 130 150 0 0.27 0.16 0.30 335.51 0.24 0.61
Hex B3 82 96 0 1B 10 1E 150 18 3D
Octal 263 202 226 0 33 20 36 520 30 75
Binary 10110011 10000010 10010110 0 11011 10000 11110 101010000 11000 111101

Color Harmonies of #B38296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38296

Black with #B38296

Text Example


Text Example

White with #B38296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38296; }

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

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

background-color css

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

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

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

border-color css

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

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

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