Html Css Color HEX #BB593F Flame Pea

📋 copy color: '#BB593F'

red 187 ◦ green 89 ◦ blue 63

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

Shades of Flame Pea #BB593F

Tints of Flame Pea #BB593F

RGB

 RED value IS 187 (73.44% from 255) = 55.16%

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

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

R = 55.16%
G = 26.25%
B = 18.58%

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

#BB593F (or 0xBB593F) is known color: Flame Pea. HEX triplet: BB, 59 and 3F. RGB value is (187,89,63). Sum of RGB (Red+Green+Blue) = 187+89+63=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB593F is #44A6C0. Grayscale: #737373. Windows color (decimal): -4499137 or 4151739. OLE color: 4151739.

HSL color Cylindrical-coordinate representation of color #BB593F: hue angle of 12.58º degrees, saturation: 0.5, 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 #BB593F is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 89 63 -
CMYK 0 0.52 0.66 0.27
HSL 12.58º 0.5% 0.49% -
HSV(B) 12.58º 0.66% 0.73% -
XYZ 24.96 18.07 6.87 -
YUV 115.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 187 89 63 0 0.52 0.66 0.27 12.58 0.5 0.49
Hex BB 59 3F 0 34 42 1B D 32 31
Octal 273 131 77 0 64 102 33 15 62 61
Binary 10111011 1011001 111111 0 110100 1000010 11011 1101 110010 110001

Color Harmonies of #BB593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB593F

Black with #BB593F

Text Example


Text Example

White with #BB593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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