Html Css Color HEX #B95E4C Flame Pea

📋 copy color: '#B95E4C'

red 185 ◦ green 94 ◦ blue 76

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

Shades of Flame Pea #B95E4C

Tints of Flame Pea #B95E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 52.11%
G = 26.48%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B95E4C (or 0xB95E4C) is known color: Flame Pea. HEX triplet: B9, 5E and 4C. RGB value is (185,94,76). Sum of RGB (Red+Green+Blue) = 185+94+76=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E4C is #46A1B3. Grayscale: #777777. Windows color (decimal): -4628916 or 5004985. OLE color: 5004985.

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

Color convert

RGB 185 94 76 -
CMYK 0 0.49 0.59 0.27
HSL 9.91º 0.44% 0.51% -
HSV(B) 9.91º 0.59% 0.73% -
XYZ 25.31 18.84 9.14 -
YUV 119.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 185 94 76 0 0.49 0.59 0.27 9.91 0.44 0.51
Hex B9 5E 4C 0 31 3B 1B A 2C 33
Octal 271 136 114 0 61 73 33 12 54 63
Binary 10111001 1011110 1001100 0 110001 111011 11011 1010 101100 110011

Color Harmonies of #B95E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E4C

Black with #B95E4C

Text Example


Text Example

White with #B95E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E4C; }

 p { color: rgb(185,94,76); }

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

background-color css

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

 a { background-color: rgb(185,94,76); }

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

border-color css

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

 span { border-color: rgb(185,94,76); }

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