Html Css Color HEX #B56256 Flame Pea

📋 copy color: '#B56256'

red 181 ◦ green 98 ◦ blue 86

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

Shades of Flame Pea #B56256

Tints of Flame Pea #B56256

RGB

 RED value IS 181 (71.09% from 255) = 49.59%

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

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

R = 49.59%
G = 26.85%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B56256 (or 0xB56256) is known color: Flame Pea. HEX triplet: B5, 62 and 56. RGB value is (181,98,86). Sum of RGB (Red+Green+Blue) = 181+98+86=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56256 is #4A9DA9. Grayscale: #797979. Windows color (decimal): -4890026 or 5661365. OLE color: 5661365.

HSL color Cylindrical-coordinate representation of color #B56256: hue angle of 7.58º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56256 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 98 86 -
CMYK 0 0.46 0.52 0.29
HSL 7.58º 0.39% 0.52% -
HSV(B) 7.58º 0.52% 0.71% -
XYZ 25.1 19.23 11.19 -
YUV 121.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 181 98 86 0 0.46 0.52 0.29 7.58 0.39 0.52
Hex B5 62 56 0 2E 34 1D 8 27 34
Octal 265 142 126 0 56 64 35 10 47 64
Binary 10110101 1100010 1010110 0 101110 110100 11101 1000 100111 110100

Color Harmonies of #B56256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56256

Black with #B56256

Text Example


Text Example

White with #B56256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56256; }

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

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

background-color css

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

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

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

border-color css

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

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

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