Html Css Color HEX #B56254 Flame Pea

📋 copy color: '#B56254'

red 181 ◦ green 98 ◦ blue 84

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

Shades of Flame Pea #B56254

Tints of Flame Pea #B56254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 49.86%
G = 27%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B56254 (or 0xB56254) is known color: Flame Pea. HEX triplet: B5, 62 and 54. RGB value is (181,98,84). Sum of RGB (Red+Green+Blue) = 181+98+84=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B56254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56254 is #4A9DAB. Grayscale: #797979. Windows color (decimal): -4890028 or 5530293. OLE color: 5530293.

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

Color convert

RGB 181 98 84 -
CMYK 0 0.46 0.54 0.29
HSL 8.66º 0.4% 0.52% -
HSV(B) 8.66º 0.54% 0.71% -
XYZ 25.02 19.2 10.77 -
YUV 121.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 181 98 84 0 0.46 0.54 0.29 8.66 0.4 0.52
Hex B5 62 54 0 2E 36 1D 9 28 34
Octal 265 142 124 0 56 66 35 11 50 64
Binary 10110101 1100010 1010100 0 101110 110110 11101 1001 101000 110100

Color Harmonies of #B56254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56254

Black with #B56254

Text Example


Text Example

White with #B56254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56254; }

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

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

background-color css

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

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

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

border-color css

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

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

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