Html Css Color HEX #B95741 Flame Pea

📋 copy color: '#B95741'

red 185 ◦ green 87 ◦ blue 65

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

Shades of Flame Pea #B95741

Tints of Flame Pea #B95741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

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

R = 54.9%
G = 25.82%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B95741 (or 0xB95741) is known color: Flame Pea. HEX triplet: B9, 57 and 41. RGB value is (185,87,65). Sum of RGB (Red+Green+Blue) = 185+87+65=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B95741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95741 is #46A8BE. Grayscale: #717171. Windows color (decimal): -4630719 or 4282297. OLE color: 4282297.

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

Color convert

RGB 185 87 65 -
CMYK 0 0.53 0.65 0.27
HSL 11º 0.48% 0.49% -
HSV(B) 11º 0.65% 0.73% -
XYZ 24.37 17.51 7.1 -
YUV 113.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 185 87 65 0 0.53 0.65 0.27 11 0.48 0.49
Hex B9 57 41 0 35 41 1B B 30 31
Octal 271 127 101 0 65 101 33 13 60 61
Binary 10111001 1010111 1000001 0 110101 1000001 11011 1011 110000 110001

Color Harmonies of #B95741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95741

Black with #B95741

Text Example


Text Example

White with #B95741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95741; }

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

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

background-color css

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

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

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

border-color css

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

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

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