Html Css Color HEX #B95A40 Flame Pea

📋 copy color: '#B95A40'

red 185 ◦ green 90 ◦ blue 64

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

Shades of Flame Pea #B95A40

Tints of Flame Pea #B95A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 54.57%
G = 26.55%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B95A40 (or 0xB95A40) is known color: Flame Pea. HEX triplet: B9, 5A and 40. RGB value is (185,90,64). Sum of RGB (Red+Green+Blue) = 185+90+64=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A40 is #46A5BF. Grayscale: #737373. Windows color (decimal): -4629952 or 4217529. OLE color: 4217529.

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

Color convert

RGB 185 90 64 -
CMYK 0 0.51 0.65 0.27
HSL 12.89º 0.49% 0.49% -
HSV(B) 12.89º 0.65% 0.73% -
XYZ 24.59 18 7.03 -
YUV 115.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 185 90 64 0 0.51 0.65 0.27 12.89 0.49 0.49
Hex B9 5A 40 0 33 41 1B D 31 31
Octal 271 132 100 0 63 101 33 15 61 61
Binary 10111001 1011010 1000000 0 110011 1000001 11011 1101 110001 110001

Color Harmonies of #B95A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A40

Black with #B95A40

Text Example


Text Example

White with #B95A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A40; }

 p { color: rgb(185,90,64); }

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

background-color css

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

 a { background-color: rgb(185,90,64); }

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

border-color css

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

 span { border-color: rgb(185,90,64); }

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