Html Css Color HEX #B85C44 Flame Pea

📋 copy color: '#B85C44'

red 184 ◦ green 92 ◦ blue 68

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

Shades of Flame Pea #B85C44

Tints of Flame Pea #B85C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 53.49%
G = 26.74%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B85C44 (or 0xB85C44) is known color: Flame Pea. HEX triplet: B8, 5C and 44. RGB value is (184,92,68). Sum of RGB (Red+Green+Blue) = 184+92+68=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C44 is #47A3BB. Grayscale: #747474. Windows color (decimal): -4694972 or 4480184. OLE color: 4480184.

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

Color convert

RGB 184 92 68 -
CMYK 0 0.50 0.63 0.28
HSL 12.41º 0.46% 0.49% -
HSV(B) 12.41º 0.63% 0.72% -
XYZ 24.64 18.26 7.7 -
YUV 116.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 184 92 68 0 0.50 0.63 0.28 12.41 0.46 0.49
Hex B8 5C 44 0 32 3F 1C C 2E 31
Octal 270 134 104 0 62 77 34 14 56 61
Binary 10111000 1011100 1000100 0 110010 111111 11100 1100 101110 110001

Color Harmonies of #B85C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C44

Black with #B85C44

Text Example


Text Example

White with #B85C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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