Html Css Color HEX #B95540 Flame Pea

📋 copy color: '#B95540'

red 185 ◦ green 85 ◦ blue 64

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

Shades of Flame Pea #B95540

Tints of Flame Pea #B95540

RGB

 RED value IS 185 (72.66% from 255) = 55.39%

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 55.39%
G = 25.45%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B95540 (or 0xB95540) is known color: Flame Pea. HEX triplet: B9, 55 and 40. RGB value is (185,85,64). Sum of RGB (Red+Green+Blue) = 185+85+64=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B95540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95540 is #46AABF. Grayscale: #707070. Windows color (decimal): -4631232 or 4216249. OLE color: 4216249.

HSL color Cylindrical-coordinate representation of color #B95540: hue angle of 10.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B95540 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 64 -
CMYK 0 0.54 0.65 0.27
HSL 10.41º 0.49% 0.49% -
HSV(B) 10.41º 0.65% 0.73% -
XYZ 24.18 17.18 6.89 -
YUV 112.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 185 85 64 0 0.54 0.65 0.27 10.41 0.49 0.49
Hex B9 55 40 0 36 41 1B A 31 31
Octal 271 125 100 0 66 101 33 12 61 61
Binary 10111001 1010101 1000000 0 110110 1000001 11011 1010 110001 110001

Color Harmonies of #B95540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95540

Black with #B95540

Text Example


Text Example

White with #B95540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95540; }

 p { color: rgb(185,85,64); }

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

background-color css

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

 a { background-color: rgb(185,85,64); }

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

border-color css

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

 span { border-color: rgb(185,85,64); }

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