Html Css Color HEX #B85C4A Flame Pea

📋 copy color: '#B85C4A'

red 184 ◦ green 92 ◦ blue 74

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

Shades of Flame Pea #B85C4A

Tints of Flame Pea #B85C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 52.57%
G = 26.29%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B85C4A (or 0xB85C4A) is known color: Flame Pea. HEX triplet: B8, 5C and 4A. RGB value is (184,92,74). Sum of RGB (Red+Green+Blue) = 184+92+74=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C4A is #47A3B5. Grayscale: #757575. Windows color (decimal): -4694966 or 4873400. OLE color: 4873400.

HSL color Cylindrical-coordinate representation of color #B85C4A: hue angle of 9.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85C4A is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 92 74 -
CMYK 0 0.50 0.60 0.28
HSL 9.82º 0.44% 0.51% -
HSV(B) 9.82º 0.6% 0.72% -
XYZ 24.83 18.34 8.71 -
YUV 117.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 184 92 74 0 0.50 0.60 0.28 9.82 0.44 0.51
Hex B8 5C 4A 0 32 3C 1C A 2C 33
Octal 270 134 112 0 62 74 34 12 54 63
Binary 10111000 1011100 1001010 0 110010 111100 11100 1010 101100 110011

Color Harmonies of #B85C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C4A

Black with #B85C4A

Text Example


Text Example

White with #B85C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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