Html Css Color HEX #B86053 Flame Pea

📋 copy color: '#B86053'

red 184 ◦ green 96 ◦ blue 83

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

Shades of Flame Pea #B86053

Tints of Flame Pea #B86053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 50.69%
G = 26.45%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B86053 (or 0xB86053) is known color: Flame Pea. HEX triplet: B8, 60 and 53. RGB value is (184,96,83). Sum of RGB (Red+Green+Blue) = 184+96+83=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B86053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86053 is #479FAC. Grayscale: #787878. Windows color (decimal): -4693933 or 5464248. OLE color: 5464248.

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

Color convert

RGB 184 96 83 -
CMYK 0 0.48 0.55 0.28
HSL 7.72º 0.42% 0.52% -
HSV(B) 7.72º 0.55% 0.72% -
XYZ 25.51 19.18 10.54 -
YUV 120.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 184 96 83 0 0.48 0.55 0.28 7.72 0.42 0.52
Hex B8 60 53 0 30 37 1C 8 2A 34
Octal 270 140 123 0 60 67 34 10 52 64
Binary 10111000 1100000 1010011 0 110000 110111 11100 1000 101010 110100

Color Harmonies of #B86053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86053

Black with #B86053

Text Example


Text Example

White with #B86053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86053; }

 p { color: rgb(184,96,83); }

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

background-color css

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

 a { background-color: rgb(184,96,83); }

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

border-color css

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

 span { border-color: rgb(184,96,83); }

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