Html Css Color HEX #B95E42 Flame Pea

📋 copy color: '#B95E42'

red 185 ◦ green 94 ◦ blue 66

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

Shades of Flame Pea #B95E42

Tints of Flame Pea #B95E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 53.62%
G = 27.25%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B95E42 (or 0xB95E42) is known color: Flame Pea. HEX triplet: B9, 5E and 42. RGB value is (185,94,66). Sum of RGB (Red+Green+Blue) = 185+94+66=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E42 is #46A1BD. Grayscale: #767676. Windows color (decimal): -4628926 or 4349625. OLE color: 4349625.

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

Color convert

RGB 185 94 66 -
CMYK 0 0.49 0.64 0.27
HSL 14.12º 0.47% 0.49% -
HSV(B) 14.12º 0.64% 0.73% -
XYZ 24.99 18.71 7.45 -
YUV 118.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 185 94 66 0 0.49 0.64 0.27 14.12 0.47 0.49
Hex B9 5E 42 0 31 40 1B E 2F 31
Octal 271 136 102 0 61 100 33 16 57 61
Binary 10111001 1011110 1000010 0 110001 1000000 11011 1110 101111 110001

Color Harmonies of #B95E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E42

Black with #B95E42

Text Example


Text Example

White with #B95E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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