Html Css Color HEX #B95A49 Flame Pea

📋 copy color: '#B95A49'

red 185 ◦ green 90 ◦ blue 73

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

Shades of Flame Pea #B95A49

Tints of Flame Pea #B95A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 53.16%
G = 25.86%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B95A49 (or 0xB95A49) is known color: Flame Pea. HEX triplet: B9, 5A and 49. RGB value is (185,90,73). Sum of RGB (Red+Green+Blue) = 185+90+73=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A49 is #46A5B6. Grayscale: #747474. Windows color (decimal): -4629943 or 4807353. OLE color: 4807353.

HSL color Cylindrical-coordinate representation of color #B95A49: hue angle of 9.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B95A49 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 90 73 -
CMYK 0 0.51 0.61 0.27
HSL 9.11º 0.44% 0.51% -
HSV(B) 9.11º 0.61% 0.73% -
XYZ 24.87 18.11 8.49 -
YUV 116.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 185 90 73 0 0.51 0.61 0.27 9.11 0.44 0.51
Hex B9 5A 49 0 33 3D 1B 9 2C 33
Octal 271 132 111 0 63 75 33 11 54 63
Binary 10111001 1011010 1001001 0 110011 111101 11011 1001 101100 110011

Color Harmonies of #B95A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A49

Black with #B95A49

Text Example


Text Example

White with #B95A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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