Html Css Color HEX #B56355 Flame Pea

📋 copy color: '#B56355'

red 181 ◦ green 99 ◦ blue 85

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

Shades of Flame Pea #B56355

Tints of Flame Pea #B56355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 49.59%
G = 27.12%
B = 23.29%

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

#B56355 (or 0xB56355) is known color: Flame Pea. HEX triplet: B5, 63 and 55. RGB value is (181,99,85). Sum of RGB (Red+Green+Blue) = 181+99+85=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56355 is #4A9CAA. Grayscale: #7A7A7A. Windows color (decimal): -4889771 or 5596085. OLE color: 5596085.

HSL color Cylindrical-coordinate representation of color #B56355: hue angle of 8.75º 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 #B56355 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 99 85 -
CMYK 0 0.45 0.53 0.29
HSL 8.75º 0.39% 0.52% -
HSV(B) 8.75º 0.53% 0.71% -
XYZ 25.16 19.4 11.01 -
YUV 121.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 181 99 85 0 0.45 0.53 0.29 8.75 0.39 0.52
Hex B5 63 55 0 2D 35 1D 9 27 34
Octal 265 143 125 0 55 65 35 11 47 64
Binary 10110101 1100011 1010101 0 101101 110101 11101 1001 100111 110100

Color Harmonies of #B56355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56355

Black with #B56355

Text Example


Text Example

White with #B56355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56355; }

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

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

background-color css

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

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

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

border-color css

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

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

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