Html Css Color HEX #B85D4C Flame Pea

📋 copy color: '#B85D4C'

red 184 ◦ green 93 ◦ blue 76

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

Shades of Flame Pea #B85D4C

Tints of Flame Pea #B85D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

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

R = 52.12%
G = 26.35%
B = 21.53%

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

#B85D4C (or 0xB85D4C) is known color: Flame Pea. HEX triplet: B8, 5D and 4C. RGB value is (184,93,76). Sum of RGB (Red+Green+Blue) = 184+93+76=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D4C is #47A2B3. Grayscale: #767676. Windows color (decimal): -4694708 or 5004728. OLE color: 5004728.

HSL color Cylindrical-coordinate representation of color #B85D4C: hue angle of 9.44º 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 #B85D4C is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 93 76 -
CMYK 0 0.49 0.59 0.28
HSL 9.44º 0.43% 0.51% -
HSV(B) 9.44º 0.59% 0.72% -
XYZ 24.99 18.54 9.1 -
YUV 118.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 184 93 76 0 0.49 0.59 0.28 9.44 0.43 0.51
Hex B8 5D 4C 0 31 3B 1C 9 2B 33
Octal 270 135 114 0 61 73 34 11 53 63
Binary 10111000 1011101 1001100 0 110001 111011 11100 1001 101011 110011

Color Harmonies of #B85D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D4C

Black with #B85D4C

Text Example


Text Example

White with #B85D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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