Html Css Color HEX #B85E4C Flame Pea

📋 copy color: '#B85E4C'

red 184 ◦ green 94 ◦ blue 76

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

Shades of Flame Pea #B85E4C

Tints of Flame Pea #B85E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 51.98%
G = 26.55%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B85E4C (or 0xB85E4C) is known color: Flame Pea. HEX triplet: B8, 5E and 4C. RGB value is (184,94,76). Sum of RGB (Red+Green+Blue) = 184+94+76=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E4C is #47A1B3. Grayscale: #777777. Windows color (decimal): -4694452 or 5004984. OLE color: 5004984.

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

Color convert

RGB 184 94 76 -
CMYK 0 0.49 0.59 0.28
HSL 10º 0.43% 0.51% -
HSV(B) 10º 0.59% 0.72% -
XYZ 25.07 18.72 9.13 -
YUV 118.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 184 94 76 0 0.49 0.59 0.28 10 0.43 0.51
Hex B8 5E 4C 0 31 3B 1C A 2B 33
Octal 270 136 114 0 61 73 34 12 53 63
Binary 10111000 1011110 1001100 0 110001 111011 11100 1010 101011 110011

Color Harmonies of #B85E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E4C

Black with #B85E4C

Text Example


Text Example

White with #B85E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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