Html Css Color HEX #B95743 Flame Pea

📋 copy color: '#B95743'

red 185 ◦ green 87 ◦ blue 67

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

Shades of Flame Pea #B95743

Tints of Flame Pea #B95743

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 54.57%
G = 25.66%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B95743 (or 0xB95743) is known color: Flame Pea. HEX triplet: B9, 57 and 43. RGB value is (185,87,67). Sum of RGB (Red+Green+Blue) = 185+87+67=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B95743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95743 is #46A8BC. Grayscale: #727272. Windows color (decimal): -4630717 or 4413369. OLE color: 4413369.

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

Color convert

RGB 185 87 67 -
CMYK 0 0.53 0.64 0.27
HSL 10.17º 0.47% 0.49% -
HSV(B) 10.17º 0.64% 0.73% -
XYZ 24.43 17.54 7.41 -
YUV 114.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 185 87 67 0 0.53 0.64 0.27 10.17 0.47 0.49
Hex B9 57 43 0 35 40 1B A 2F 31
Octal 271 127 103 0 65 100 33 12 57 61
Binary 10111001 1010111 1000011 0 110101 1000000 11011 1010 101111 110001

Color Harmonies of #B95743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95743

Black with #B95743

Text Example


Text Example

White with #B95743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95743; }

 p { color: rgb(185,87,67); }

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

background-color css

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

 a { background-color: rgb(185,87,67); }

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

border-color css

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

 span { border-color: rgb(185,87,67); }

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