Html Css Color HEX #B55543 Flame Pea

📋 copy color: '#B55543'

red 181 ◦ green 85 ◦ blue 67

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

Shades of Flame Pea #B55543

Tints of Flame Pea #B55543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 67 (26.56% from 255) = 20.12%

R = 54.35%
G = 25.53%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B55543 (or 0xB55543) is known color: Flame Pea. HEX triplet: B5, 55 and 43. RGB value is (181,85,67). Sum of RGB (Red+Green+Blue) = 181+85+67=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B55543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55543 is #4AAABC. Grayscale: #6F6F6F. Windows color (decimal): -4893373 or 4412853. OLE color: 4412853.

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

Color convert

RGB 181 85 67 -
CMYK 0 0.53 0.63 0.29
HSL 9.47º 0.46% 0.49% -
HSV(B) 9.47º 0.63% 0.71% -
XYZ 23.32 16.73 7.31 -
YUV 111.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 181 85 67 0 0.53 0.63 0.29 9.47 0.46 0.49
Hex B5 55 43 0 35 3F 1D 9 2E 31
Octal 265 125 103 0 65 77 35 11 56 61
Binary 10110101 1010101 1000011 0 110101 111111 11101 1001 101110 110001

Color Harmonies of #B55543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55543

Black with #B55543

Text Example


Text Example

White with #B55543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55543; }

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

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

background-color css

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

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

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

border-color css

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

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

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