Html Css Color HEX #B95541 Flame Pea

📋 copy color: '#B95541'

red 185 ◦ green 85 ◦ blue 65

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

Shades of Flame Pea #B95541

Tints of Flame Pea #B95541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 55.22%
G = 25.37%
B = 19.4%

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

#B95541 (or 0xB95541) is known color: Flame Pea. HEX triplet: B9, 55 and 41. RGB value is (185,85,65). Sum of RGB (Red+Green+Blue) = 185+85+65=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B95541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95541 is #46AABE. Grayscale: #707070. Windows color (decimal): -4631231 or 4281785. OLE color: 4281785.

HSL color Cylindrical-coordinate representation of color #B95541: hue angle of 10º degrees, saturation: 0.48, 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 #B95541 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 65 -
CMYK 0 0.54 0.65 0.27
HSL 10º 0.48% 0.49% -
HSV(B) 10º 0.65% 0.73% -
XYZ 24.21 17.19 7.04 -
YUV 112.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 185 85 65 0 0.54 0.65 0.27 10 0.48 0.49
Hex B9 55 41 0 36 41 1B A 30 31
Octal 271 125 101 0 66 101 33 12 60 61
Binary 10111001 1010101 1000001 0 110110 1000001 11011 1010 110000 110001

Color Harmonies of #B95541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95541

Black with #B95541

Text Example


Text Example

White with #B95541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95541; }

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

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

background-color css

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

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

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

border-color css

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

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

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