Html Css Color HEX #B8553F Flame Pea

📋 copy color: '#B8553F'

red 184 ◦ green 85 ◦ blue 63

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

Shades of Flame Pea #B8553F

Tints of Flame Pea #B8553F

RGB

 RED value IS 184 (72.27% from 255) = 55.42%

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 55.42%
G = 25.6%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8553F (or 0xB8553F) is known color: Flame Pea. HEX triplet: B8, 55 and 3F. RGB value is (184,85,63). Sum of RGB (Red+Green+Blue) = 184+85+63=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8553F is #47AAC0. Grayscale: #707070. Windows color (decimal): -4696769 or 4150712. OLE color: 4150712.

HSL color Cylindrical-coordinate representation of color #B8553F: hue angle of 10.91º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8553F is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 63 -
CMYK 0 0.54 0.66 0.28
HSL 10.91º 0.49% 0.48% -
HSV(B) 10.91º 0.66% 0.72% -
XYZ 23.91 17.05 6.73 -
YUV 112.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 184 85 63 0 0.54 0.66 0.28 10.91 0.49 0.48
Hex B8 55 3F 0 36 42 1C B 31 30
Octal 270 125 77 0 66 102 34 13 61 60
Binary 10111000 1010101 111111 0 110110 1000010 11100 1011 110001 110000

Color Harmonies of #B8553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8553F

Black with #B8553F

Text Example


Text Example

White with #B8553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8553F; }

 p { color: rgb(184,85,63); }

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

background-color css

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

 a { background-color: rgb(184,85,63); }

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

border-color css

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

 span { border-color: rgb(184,85,63); }

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