Html Css Color HEX #B95546 Flame Pea

📋 copy color: '#B95546'

red 185 ◦ green 85 ◦ blue 70

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

Shades of Flame Pea #B95546

Tints of Flame Pea #B95546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 54.41%
G = 25%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B95546 (or 0xB95546) is known color: Flame Pea. HEX triplet: B9, 55 and 46. RGB value is (185,85,70). Sum of RGB (Red+Green+Blue) = 185+85+70=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B95546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95546 is #46AAB9. Grayscale: #717171. Windows color (decimal): -4631226 or 4609465. OLE color: 4609465.

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

Color convert

RGB 185 85 70 -
CMYK 0 0.54 0.62 0.27
HSL 7.83º 0.45% 0.5% -
HSV(B) 7.83º 0.62% 0.73% -
XYZ 24.36 17.25 7.84 -
YUV 113.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 185 85 70 0 0.54 0.62 0.27 7.83 0.45 0.5
Hex B9 55 46 0 36 3E 1B 8 2D 32
Octal 271 125 106 0 66 76 33 10 55 62
Binary 10111001 1010101 1000110 0 110110 111110 11011 1000 101101 110010

Color Harmonies of #B95546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95546

Black with #B95546

Text Example


Text Example

White with #B95546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95546; }

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

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

background-color css

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

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

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

border-color css

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

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

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