Html Css Color HEX #B9593F Flame Pea

📋 copy color: '#B9593F'

red 185 ◦ green 89 ◦ blue 63

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

Shades of Flame Pea #B9593F

Tints of Flame Pea #B9593F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.69%

R = 54.9%
G = 26.41%
B = 18.69%

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

#B9593F (or 0xB9593F) is known color: Flame Pea. HEX triplet: B9, 59 and 3F. RGB value is (185,89,63). Sum of RGB (Red+Green+Blue) = 185+89+63=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B9593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9593F is #46A6C0. Grayscale: #727272. Windows color (decimal): -4630209 or 4151737. OLE color: 4151737.

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

Color convert

RGB 185 89 63 -
CMYK 0 0.52 0.66 0.27
HSL 12.79º 0.49% 0.49% -
HSV(B) 12.79º 0.66% 0.73% -
XYZ 24.48 17.82 6.85 -
YUV 114.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 185 89 63 0 0.52 0.66 0.27 12.79 0.49 0.49
Hex B9 59 3F 0 34 42 1B D 31 31
Octal 271 131 77 0 64 102 33 15 61 61
Binary 10111001 1011001 111111 0 110100 1000010 11011 1101 110001 110001

Color Harmonies of #B9593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9593F

Black with #B9593F

Text Example


Text Example

White with #B9593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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