Html Css Color HEX #B95D42 Flame Pea

📋 copy color: '#B95D42'

red 185 ◦ green 93 ◦ blue 66

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

Shades of Flame Pea #B95D42

Tints of Flame Pea #B95D42

RGB

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

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

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

R = 53.78%
G = 27.03%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B95D42 (or 0xB95D42) is known color: Flame Pea. HEX triplet: B9, 5D and 42. RGB value is (185,93,66). Sum of RGB (Red+Green+Blue) = 185+93+66=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D42 is #46A2BD. Grayscale: #757575. Windows color (decimal): -4629182 or 4349369. OLE color: 4349369.

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

Color convert

RGB 185 93 66 -
CMYK 0 0.50 0.64 0.27
HSL 13.61º 0.47% 0.49% -
HSV(B) 13.61º 0.64% 0.73% -
XYZ 24.91 18.54 7.42 -
YUV 117.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 185 93 66 0 0.50 0.64 0.27 13.61 0.47 0.49
Hex B9 5D 42 0 32 40 1B E 2F 31
Octal 271 135 102 0 62 100 33 16 57 61
Binary 10111001 1011101 1000010 0 110010 1000000 11011 1110 101111 110001

Color Harmonies of #B95D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D42

Black with #B95D42

Text Example


Text Example

White with #B95D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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