Html Css Color HEX #B95F53 Flame Pea

📋 copy color: '#B95F53'

red 185 ◦ green 95 ◦ blue 83

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

Shades of Flame Pea #B95F53

Tints of Flame Pea #B95F53

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 50.96%
G = 26.17%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B95F53 (or 0xB95F53) is known color: Flame Pea. HEX triplet: B9, 5F and 53. RGB value is (185,95,83). Sum of RGB (Red+Green+Blue) = 185+95+83=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95F53 is #46A0AC. Grayscale: #787878. Windows color (decimal): -4628653 or 5463993. OLE color: 5463993.

HSL color Cylindrical-coordinate representation of color #B95F53: hue angle of 7.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95F53 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 95 83 -
CMYK 0 0.49 0.55 0.27
HSL 7.06º 0.42% 0.53% -
HSV(B) 7.06º 0.55% 0.73% -
XYZ 25.66 19.12 10.52 -
YUV 120.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 185 95 83 0 0.49 0.55 0.27 7.06 0.42 0.53
Hex B9 5F 53 0 31 37 1B 7 2A 35
Octal 271 137 123 0 61 67 33 7 52 65
Binary 10111001 1011111 1010011 0 110001 110111 11011 111 101010 110101

Color Harmonies of #B95F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95F53

Black with #B95F53

Text Example


Text Example

White with #B95F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95F53; }

 p { color: rgb(185,95,83); }

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

background-color css

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

 a { background-color: rgb(185,95,83); }

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

border-color css

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

 span { border-color: rgb(185,95,83); }

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