Html Css Color HEX #B56251 Flame Pea

📋 copy color: '#B56251'

red 181 ◦ green 98 ◦ blue 81

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

Shades of Flame Pea #B56251

Tints of Flame Pea #B56251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 50.28%
G = 27.22%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B56251 (or 0xB56251) is known color: Flame Pea. HEX triplet: B5, 62 and 51. RGB value is (181,98,81). Sum of RGB (Red+Green+Blue) = 181+98+81=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B56251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56251 is #4A9DAE. Grayscale: #797979. Windows color (decimal): -4890031 or 5333685. OLE color: 5333685.

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

Color convert

RGB 181 98 81 -
CMYK 0 0.46 0.55 0.29
HSL 10.2º 0.4% 0.51% -
HSV(B) 10.2º 0.55% 0.71% -
XYZ 24.91 19.15 10.17 -
YUV 120.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 181 98 81 0 0.46 0.55 0.29 10.2 0.4 0.51
Hex B5 62 51 0 2E 37 1D A 28 33
Octal 265 142 121 0 56 67 35 12 50 63
Binary 10110101 1100010 1010001 0 101110 110111 11101 1010 101000 110011

Color Harmonies of #B56251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56251

Black with #B56251

Text Example


Text Example

White with #B56251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56251; }

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

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

background-color css

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

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

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

border-color css

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

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

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