Html Css Color HEX #B85647 Flame Pea

📋 copy color: '#B85647'

red 184 ◦ green 86 ◦ blue 71

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

Shades of Flame Pea #B85647

Tints of Flame Pea #B85647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

 BLUE value IS 71 (28.13% from 255) = 20.82%

R = 53.96%
G = 25.22%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B85647 (or 0xB85647) is known color: Flame Pea. HEX triplet: B8, 56 and 47. RGB value is (184,86,71). Sum of RGB (Red+Green+Blue) = 184+86+71=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B85647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85647 is #47A9B8. Grayscale: #717171. Windows color (decimal): -4696505 or 4675256. OLE color: 4675256.

HSL color Cylindrical-coordinate representation of color #B85647: hue angle of 7.96º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85647 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 71 -
CMYK 0 0.53 0.61 0.28
HSL 7.96º 0.44% 0.5% -
HSV(B) 7.96º 0.61% 0.72% -
XYZ 24.23 17.3 8.02 -
YUV 113.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 184 86 71 0 0.53 0.61 0.28 7.96 0.44 0.5
Hex B8 56 47 0 35 3D 1C 8 2C 32
Octal 270 126 107 0 65 75 34 10 54 62
Binary 10111000 1010110 1000111 0 110101 111101 11100 1000 101100 110010

Color Harmonies of #B85647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85647

Black with #B85647

Text Example


Text Example

White with #B85647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85647; }

 p { color: rgb(184,86,71); }

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

background-color css

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

 a { background-color: rgb(184,86,71); }

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

border-color css

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

 span { border-color: rgb(184,86,71); }

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