Html Css Color HEX #B38295 Bouquet

📋 copy color: '#B38295'

red 179 ◦ green 130 ◦ blue 149

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

Shades of Bouquet #B38295

Tints of Bouquet #B38295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.53%

R = 39.08%
G = 28.38%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B38295 (or 0xB38295) is known color: Bouquet. HEX triplet: B3, 82 and 95. RGB value is (179,130,149). Sum of RGB (Red+Green+Blue) = 179+130+149=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B38295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38295 is #4C7D6A. Grayscale: #929292. Windows color (decimal): -5012843 or 9798323. OLE color: 9798323.

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

Color convert

RGB 179 130 149 -
CMYK 0 0.27 0.17 0.30
HSL 336.73º 0.24% 0.61% -
HSV(B) 336.73º 0.27% 0.7% -
XYZ 32 27.72 32.1 -
YUV 146.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 179 130 149 0 0.27 0.17 0.30 336.73 0.24 0.61
Hex B3 82 95 0 1B 11 1E 151 18 3D
Octal 263 202 225 0 33 21 36 521 30 75
Binary 10110011 10000010 10010101 0 11011 10001 11110 101010001 11000 111101

Color Harmonies of #B38295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38295

Black with #B38295

Text Example


Text Example

White with #B38295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38295; }

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

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

background-color css

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

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

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

border-color css

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

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

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