Html Css Color HEX #B85E41 Flame Pea

📋 copy color: '#B85E41'

red 184 ◦ green 94 ◦ blue 65

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

Shades of Flame Pea #B85E41

Tints of Flame Pea #B85E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 53.64%
G = 27.41%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B85E41 (or 0xB85E41) is known color: Flame Pea. HEX triplet: B8, 5E and 41. RGB value is (184,94,65). Sum of RGB (Red+Green+Blue) = 184+94+65=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E41 is #47A1BE. Grayscale: #757575. Windows color (decimal): -4694463 or 4284088. OLE color: 4284088.

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

Color convert

RGB 184 94 65 -
CMYK 0 0.49 0.65 0.28
HSL 14.62º 0.48% 0.49% -
HSV(B) 14.62º 0.65% 0.72% -
XYZ 24.72 18.58 7.28 -
YUV 117.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 184 94 65 0 0.49 0.65 0.28 14.62 0.48 0.49
Hex B8 5E 41 0 31 41 1C F 30 31
Octal 270 136 101 0 61 101 34 17 60 61
Binary 10111000 1011110 1000001 0 110001 1000001 11100 1111 110000 110001

Color Harmonies of #B85E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E41

Black with #B85E41

Text Example


Text Example

White with #B85E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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