Html Css Color HEX #B36256 Flame Pea

📋 copy color: '#B36256'

red 179 ◦ green 98 ◦ blue 86

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

Shades of Flame Pea #B36256

Tints of Flame Pea #B36256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

 BLUE value IS 86 (33.98% from 255) = 23.69%

R = 49.31%
G = 27%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B36256 (or 0xB36256) is known color: Flame Pea. HEX triplet: B3, 62 and 56. RGB value is (179,98,86). Sum of RGB (Red+Green+Blue) = 179+98+86=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B36256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36256 is #4C9DA9. Grayscale: #787878. Windows color (decimal): -5021098 or 5661363. OLE color: 5661363.

HSL color Cylindrical-coordinate representation of color #B36256: hue angle of 7.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36256 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 98 86 -
CMYK 0 0.45 0.52 0.30
HSL 7.74º 0.38% 0.52% -
HSV(B) 7.74º 0.52% 0.7% -
XYZ 24.64 18.99 11.17 -
YUV 120.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 179 98 86 0 0.45 0.52 0.30 7.74 0.38 0.52
Hex B3 62 56 0 2D 34 1E 8 26 34
Octal 263 142 126 0 55 64 36 10 46 64
Binary 10110011 1100010 1010110 0 101101 110100 11110 1000 100110 110100

Color Harmonies of #B36256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36256

Black with #B36256

Text Example


Text Example

White with #B36256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36256; }

 p { color: rgb(179,98,86); }

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

background-color css

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

 a { background-color: rgb(179,98,86); }

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

border-color css

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

 span { border-color: rgb(179,98,86); }

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