Html Css Color HEX #B85B44 Flame Pea

📋 copy color: '#B85B44'

red 184 ◦ green 91 ◦ blue 68

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

Shades of Flame Pea #B85B44

Tints of Flame Pea #B85B44

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.53%

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

R = 53.64%
G = 26.53%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B85B44 (or 0xB85B44) is known color: Flame Pea. HEX triplet: B8, 5B and 44. RGB value is (184,91,68). Sum of RGB (Red+Green+Blue) = 184+91+68=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B44 is #47A4BB. Grayscale: #747474. Windows color (decimal): -4695228 or 4479928. OLE color: 4479928.

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

Color convert

RGB 184 91 68 -
CMYK 0 0.51 0.63 0.28
HSL 11.9º 0.46% 0.49% -
HSV(B) 11.9º 0.63% 0.72% -
XYZ 24.55 18.09 7.67 -
YUV 116.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 184 91 68 0 0.51 0.63 0.28 11.9 0.46 0.49
Hex B8 5B 44 0 33 3F 1C C 2E 31
Octal 270 133 104 0 63 77 34 14 56 61
Binary 10111000 1011011 1000100 0 110011 111111 11100 1100 101110 110001

Color Harmonies of #B85B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B44

Black with #B85B44

Text Example


Text Example

White with #B85B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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