Html Css Color HEX #B56047 Flame Pea

📋 copy color: '#B56047'

red 181 ◦ green 96 ◦ blue 71

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

Shades of Flame Pea #B56047

Tints of Flame Pea #B56047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 52.01%
G = 27.59%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B56047 (or 0xB56047) is known color: Flame Pea. HEX triplet: B5, 60 and 47. RGB value is (181,96,71). Sum of RGB (Red+Green+Blue) = 181+96+71=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B56047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56047 is #4A9FB8. Grayscale: #767676. Windows color (decimal): -4890553 or 4677813. OLE color: 4677813.

HSL color Cylindrical-coordinate representation of color #B56047: hue angle of 13.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B56047 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 96 71 -
CMYK 0 0.47 0.61 0.29
HSL 13.64º 0.44% 0.49% -
HSV(B) 13.64º 0.61% 0.71% -
XYZ 24.38 18.64 8.28 -
YUV 118.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 181 96 71 0 0.47 0.61 0.29 13.64 0.44 0.49
Hex B5 60 47 0 2F 3D 1D E 2C 31
Octal 265 140 107 0 57 75 35 16 54 61
Binary 10110101 1100000 1000111 0 101111 111101 11101 1110 101100 110001

Color Harmonies of #B56047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56047

Black with #B56047

Text Example


Text Example

White with #B56047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56047; }

 p { color: rgb(181,96,71); }

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

background-color css

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

 a { background-color: rgb(181,96,71); }

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

border-color css

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

 span { border-color: rgb(181,96,71); }

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