Html Css Color HEX #B95F4D Flame Pea

📋 copy color: '#B95F4D'

red 185 ◦ green 95 ◦ blue 77

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

Shades of Flame Pea #B95F4D

Tints of Flame Pea #B95F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 51.82%
G = 26.61%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B95F4D (or 0xB95F4D) is known color: Flame Pea. HEX triplet: B9, 5F and 4D. RGB value is (185,95,77). Sum of RGB (Red+Green+Blue) = 185+95+77=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95F4D is #46A0B2. Grayscale: #787878. Windows color (decimal): -4628659 or 5070777. OLE color: 5070777.

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

Color convert

RGB 185 95 77 -
CMYK 0 0.49 0.58 0.27
HSL 10º 0.44% 0.51% -
HSV(B) 10º 0.58% 0.73% -
XYZ 25.44 19.03 9.35 -
YUV 119.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 185 95 77 0 0.49 0.58 0.27 10 0.44 0.51
Hex B9 5F 4D 0 31 3A 1B A 2C 33
Octal 271 137 115 0 61 72 33 12 54 63
Binary 10111001 1011111 1001101 0 110001 111010 11011 1010 101100 110011

Color Harmonies of #B95F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95F4D

Black with #B95F4D

Text Example


Text Example

White with #B95F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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