Html Css Color HEX #B38197 Bouquet

📋 copy color: '#B38197'

red 179 ◦ green 129 ◦ blue 151

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

Shades of Bouquet #B38197

Tints of Bouquet #B38197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

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

R = 39%
G = 28.1%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B38197 (or 0xB38197) is known color: Bouquet. HEX triplet: B3, 81 and 97. RGB value is (179,129,151). Sum of RGB (Red+Green+Blue) = 179+129+151=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B38197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38197 is #4C7E68. Grayscale: #929292. Windows color (decimal): -5013097 or 9929139. OLE color: 9929139.

HSL color Cylindrical-coordinate representation of color #B38197: hue angle of 333.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38197 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 129 151 -
CMYK 0 0.28 0.16 0.30
HSL 333.6º 0.25% 0.6% -
HSV(B) 333.6º 0.28% 0.7% -
XYZ 32.03 27.52 32.9 -
YUV 146.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 179 129 151 0 0.28 0.16 0.30 333.6 0.25 0.6
Hex B3 81 97 0 1C 10 1E 14E 19 3C
Octal 263 201 227 0 34 20 36 516 31 74
Binary 10110011 10000001 10010111 0 11100 10000 11110 101001110 11001 111100

Color Harmonies of #B38197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38197

Black with #B38197

Text Example


Text Example

White with #B38197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38197; }

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

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

background-color css

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

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

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

border-color css

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

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

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