Html Css Color HEX #B95D4D Flame Pea

📋 copy color: '#B95D4D'

red 185 ◦ green 93 ◦ blue 77

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

Shades of Flame Pea #B95D4D

Tints of Flame Pea #B95D4D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

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

R = 52.11%
G = 26.2%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B95D4D (or 0xB95D4D) is known color: Flame Pea. HEX triplet: B9, 5D and 4D. RGB value is (185,93,77). Sum of RGB (Red+Green+Blue) = 185+93+77=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D4D is #46A2B2. Grayscale: #767676. Windows color (decimal): -4629171 or 5070265. OLE color: 5070265.

HSL color Cylindrical-coordinate representation of color #B95D4D: hue angle of 8.89º 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 #B95D4D is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 77 -
CMYK 0 0.50 0.58 0.27
HSL 8.89º 0.44% 0.51% -
HSV(B) 8.89º 0.58% 0.73% -
XYZ 25.26 18.68 9.3 -
YUV 118.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 185 93 77 0 0.50 0.58 0.27 8.89 0.44 0.51
Hex B9 5D 4D 0 32 3A 1B 9 2C 33
Octal 271 135 115 0 62 72 33 11 54 63
Binary 10111001 1011101 1001101 0 110010 111010 11011 1001 101100 110011

Color Harmonies of #B95D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D4D

Black with #B95D4D

Text Example


Text Example

White with #B95D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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