Html Css Color HEX #B85C48 Flame Pea

📋 copy color: '#B85C48'

red 184 ◦ green 92 ◦ blue 72

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

Shades of Flame Pea #B85C48

Tints of Flame Pea #B85C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 52.87%
G = 26.44%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B85C48 (or 0xB85C48) is known color: Flame Pea. HEX triplet: B8, 5C and 48. RGB value is (184,92,72). Sum of RGB (Red+Green+Blue) = 184+92+72=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C48 is #47A3B7. Grayscale: #757575. Windows color (decimal): -4694968 or 4742328. OLE color: 4742328.

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

Color convert

RGB 184 92 72 -
CMYK 0 0.50 0.61 0.28
HSL 10.71º 0.44% 0.5% -
HSV(B) 10.71º 0.61% 0.72% -
XYZ 24.76 18.31 8.36 -
YUV 117.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 184 92 72 0 0.50 0.61 0.28 10.71 0.44 0.5
Hex B8 5C 48 0 32 3D 1C B 2C 32
Octal 270 134 110 0 62 75 34 13 54 62
Binary 10111000 1011100 1001000 0 110010 111101 11100 1011 101100 110010

Color Harmonies of #B85C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C48

Black with #B85C48

Text Example


Text Example

White with #B85C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C48; }

 p { color: rgb(184,92,72); }

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

background-color css

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

 a { background-color: rgb(184,92,72); }

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

border-color css

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

 span { border-color: rgb(184,92,72); }

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