Html Css Color HEX #B95B4D Flame Pea

📋 copy color: '#B95B4D'

red 185 ◦ green 91 ◦ blue 77

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

Shades of Flame Pea #B95B4D

Tints of Flame Pea #B95B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

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

R = 52.41%
G = 25.78%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B95B4D (or 0xB95B4D) is known color: Flame Pea. HEX triplet: B9, 5B and 4D. RGB value is (185,91,77). Sum of RGB (Red+Green+Blue) = 185+91+77=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B4D is #46A4B2. Grayscale: #757575. Windows color (decimal): -4629683 or 5069753. OLE color: 5069753.

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

Color convert

RGB 185 91 77 -
CMYK 0 0.51 0.58 0.27
HSL 7.78º 0.44% 0.51% -
HSV(B) 7.78º 0.58% 0.73% -
XYZ 25.09 18.33 9.24 -
YUV 117.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 185 91 77 0 0.51 0.58 0.27 7.78 0.44 0.51
Hex B9 5B 4D 0 33 3A 1B 8 2C 33
Octal 271 133 115 0 63 72 33 10 54 63
Binary 10111001 1011011 1001101 0 110011 111010 11011 1000 101100 110011

Color Harmonies of #B95B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95B4D

Black with #B95B4D

Text Example


Text Example

White with #B95B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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