Html Css Color HEX #B56455 Flame Pea

📋 copy color: '#B56455'

red 181 ◦ green 100 ◦ blue 85

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

Shades of Flame Pea #B56455

Tints of Flame Pea #B56455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 49.45%
G = 27.32%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B56455 (or 0xB56455) is known color: Flame Pea. HEX triplet: B5, 64 and 55. RGB value is (181,100,85). Sum of RGB (Red+Green+Blue) = 181+100+85=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B56455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56455 is #4A9BAA. Grayscale: #7A7A7A. Windows color (decimal): -4889515 or 5596341. OLE color: 5596341.

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

Color convert

RGB 181 100 85 -
CMYK 0 0.45 0.53 0.29
HSL 9.38º 0.39% 0.52% -
HSV(B) 9.38º 0.53% 0.71% -
XYZ 25.25 19.59 11.05 -
YUV 122.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 181 100 85 0 0.45 0.53 0.29 9.38 0.39 0.52
Hex B5 64 55 0 2D 35 1D 9 27 34
Octal 265 144 125 0 55 65 35 11 47 64
Binary 10110101 1100100 1010101 0 101101 110101 11101 1001 100111 110100

Color Harmonies of #B56455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56455

Black with #B56455

Text Example


Text Example

White with #B56455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56455; }

 p { color: rgb(181,100,85); }

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

background-color css

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

 a { background-color: rgb(181,100,85); }

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

border-color css

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

 span { border-color: rgb(181,100,85); }

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