Html Css Color HEX #B95841 Flame Pea

📋 copy color: '#B95841'

red 185 ◦ green 88 ◦ blue 65

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

Shades of Flame Pea #B95841

Tints of Flame Pea #B95841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 54.73%
G = 26.04%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B95841 (or 0xB95841) is known color: Flame Pea. HEX triplet: B9, 58 and 41. RGB value is (185,88,65). Sum of RGB (Red+Green+Blue) = 185+88+65=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B95841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95841 is #46A7BE. Grayscale: #727272. Windows color (decimal): -4630463 or 4282553. OLE color: 4282553.

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

Color convert

RGB 185 88 65 -
CMYK 0 0.52 0.65 0.27
HSL 11.5º 0.48% 0.49% -
HSV(B) 11.5º 0.65% 0.73% -
XYZ 24.45 17.68 7.12 -
YUV 114.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 185 88 65 0 0.52 0.65 0.27 11.5 0.48 0.49
Hex B9 58 41 0 34 41 1B C 30 31
Octal 271 130 101 0 64 101 33 14 60 61
Binary 10111001 1011000 1000001 0 110100 1000001 11011 1100 110000 110001

Color Harmonies of #B95841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95841

Black with #B95841

Text Example


Text Example

White with #B95841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95841; }

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

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

background-color css

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

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

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

border-color css

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

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

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