Html Css Color HEX #BB583F Flame Pea

📋 copy color: '#BB583F'

red 187 ◦ green 88 ◦ blue 63

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

Shades of Flame Pea #BB583F

Tints of Flame Pea #BB583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 55.33%
G = 26.04%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB583F (or 0xBB583F) is known color: Flame Pea. HEX triplet: BB, 58 and 3F. RGB value is (187,88,63). Sum of RGB (Red+Green+Blue) = 187+88+63=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB583F is #44A7C0. Grayscale: #727272. Windows color (decimal): -4499393 or 4151483. OLE color: 4151483.

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

Color convert

RGB 187 88 63 -
CMYK 0 0.53 0.66 0.27
HSL 12.1º 0.5% 0.49% -
HSV(B) 12.1º 0.66% 0.73% -
XYZ 24.88 17.9 6.85 -
YUV 114.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 187 88 63 0 0.53 0.66 0.27 12.1 0.5 0.49
Hex BB 58 3F 0 35 42 1B C 32 31
Octal 273 130 77 0 65 102 33 14 62 61
Binary 10111011 1011000 111111 0 110101 1000010 11011 1100 110010 110001

Color Harmonies of #BB583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB583F

Black with #BB583F

Text Example


Text Example

White with #BB583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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