Html Css Color HEX #B95544 Flame Pea

📋 copy color: '#B95544'

red 185 ◦ green 85 ◦ blue 68

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

Shades of Flame Pea #B95544

Tints of Flame Pea #B95544

RGB

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

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

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

R = 54.73%
G = 25.15%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B95544 (or 0xB95544) is known color: Flame Pea. HEX triplet: B9, 55 and 44. RGB value is (185,85,68). Sum of RGB (Red+Green+Blue) = 185+85+68=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B95544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95544 is #46AABB. Grayscale: #717171. Windows color (decimal): -4631228 or 4478393. OLE color: 4478393.

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

Color convert

RGB 185 85 68 -
CMYK 0 0.54 0.63 0.27
HSL 8.72º 0.46% 0.5% -
HSV(B) 8.72º 0.63% 0.73% -
XYZ 24.3 17.23 7.51 -
YUV 112.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 185 85 68 0 0.54 0.63 0.27 8.72 0.46 0.5
Hex B9 55 44 0 36 3F 1B 9 2E 32
Octal 271 125 104 0 66 77 33 11 56 62
Binary 10111001 1010101 1000100 0 110110 111111 11011 1001 101110 110010

Color Harmonies of #B95544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95544

Black with #B95544

Text Example


Text Example

White with #B95544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95544; }

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

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

background-color css

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

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

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

border-color css

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

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

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