Html Css Color HEX #B38297 Bouquet

📋 copy color: '#B38297'

red 179 ◦ green 130 ◦ blue 151

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

Shades of Bouquet #B38297

Tints of Bouquet #B38297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.83%

R = 38.91%
G = 28.26%
B = 32.83%

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

#B38297 (or 0xB38297) is known color: Bouquet. HEX triplet: B3, 82 and 97. RGB value is (179,130,151). Sum of RGB (Red+Green+Blue) = 179+130+151=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B38297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38297 is #4C7D68. Grayscale: #939393. Windows color (decimal): -5012841 or 9929395. OLE color: 9929395.

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

Color convert

RGB 179 130 151 -
CMYK 0 0.27 0.16 0.30
HSL 334.29º 0.24% 0.61% -
HSV(B) 334.29º 0.27% 0.7% -
XYZ 32.16 27.78 32.95 -
YUV 147.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 179 130 151 0 0.27 0.16 0.30 334.29 0.24 0.61
Hex B3 82 97 0 1B 10 1E 14E 18 3D
Octal 263 202 227 0 33 20 36 516 30 75
Binary 10110011 10000010 10010111 0 11011 10000 11110 101001110 11000 111101

Color Harmonies of #B38297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38297

Black with #B38297

Text Example


Text Example

White with #B38297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38297; }

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

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

background-color css

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

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

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

border-color css

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

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

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