Html Css Color HEX #B9593E Flame Pea

📋 copy color: '#B9593E'

red 185 ◦ green 89 ◦ blue 62

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

Shades of Flame Pea #B9593E

Tints of Flame Pea #B9593E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 55.06%
G = 26.49%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9593E (or 0xB9593E) is known color: Flame Pea. HEX triplet: B9, 59 and 3E. RGB value is (185,89,62). Sum of RGB (Red+Green+Blue) = 185+89+62=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B9593E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9593E is #46A6C1. Grayscale: #727272. Windows color (decimal): -4630210 or 4086201. OLE color: 4086201.

HSL color Cylindrical-coordinate representation of color #B9593E: hue angle of 13.17º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9593E is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 62 -
CMYK 0 0.52 0.66 0.27
HSL 13.17º 0.5% 0.48% -
HSV(B) 13.17º 0.66% 0.73% -
XYZ 24.45 17.81 6.71 -
YUV 114.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 185 89 62 0 0.52 0.66 0.27 13.17 0.5 0.48
Hex B9 59 3E 0 34 42 1B D 32 30
Octal 271 131 76 0 64 102 33 15 62 60
Binary 10111001 1011001 111110 0 110100 1000010 11011 1101 110010 110000

Color Harmonies of #B9593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9593E

Black with #B9593E

Text Example


Text Example

White with #B9593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9593E; }

 p { color: rgb(185,89,62); }

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

background-color css

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

 a { background-color: rgb(185,89,62); }

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

border-color css

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

 span { border-color: rgb(185,89,62); }

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