Html Css Color HEX #B85E50 Flame Pea

📋 copy color: '#B85E50'

red 184 ◦ green 94 ◦ blue 80

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

Shades of Flame Pea #B85E50

Tints of Flame Pea #B85E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 51.4%
G = 26.26%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B85E50 (or 0xB85E50) is known color: Flame Pea. HEX triplet: B8, 5E and 50. RGB value is (184,94,80). Sum of RGB (Red+Green+Blue) = 184+94+80=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E50 is #47A1AF. Grayscale: #777777. Windows color (decimal): -4694448 or 5267128. OLE color: 5267128.

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

Color convert

RGB 184 94 80 -
CMYK 0 0.49 0.57 0.28
HSL 8.08º 0.42% 0.52% -
HSV(B) 8.08º 0.57% 0.72% -
XYZ 25.22 18.77 9.88 -
YUV 119.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 184 94 80 0 0.49 0.57 0.28 8.08 0.42 0.52
Hex B8 5E 50 0 31 39 1C 8 2A 34
Octal 270 136 120 0 61 71 34 10 52 64
Binary 10111000 1011110 1010000 0 110001 111001 11100 1000 101010 110100

Color Harmonies of #B85E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E50

Black with #B85E50

Text Example


Text Example

White with #B85E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E50; }

 p { color: rgb(184,94,80); }

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

background-color css

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

 a { background-color: rgb(184,94,80); }

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

border-color css

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

 span { border-color: rgb(184,94,80); }

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