Html Css Color HEX #BB563F Flame Pea

📋 copy color: '#BB563F'

red 187 ◦ green 86 ◦ blue 63

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

Shades of Flame Pea #BB563F

Tints of Flame Pea #BB563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

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

R = 55.65%
G = 25.6%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB563F (or 0xBB563F) is known color: Flame Pea. HEX triplet: BB, 56 and 3F. RGB value is (187,86,63). Sum of RGB (Red+Green+Blue) = 187+86+63=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB563F is #44A9C0. Grayscale: #717171. Windows color (decimal): -4499905 or 4150971. OLE color: 4150971.

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

Color convert

RGB 187 86 63 -
CMYK 0 0.54 0.66 0.27
HSL 11.13º 0.5% 0.49% -
HSV(B) 11.13º 0.66% 0.73% -
XYZ 24.72 17.58 6.79 -
YUV 113.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 187 86 63 0 0.54 0.66 0.27 11.13 0.5 0.49
Hex BB 56 3F 0 36 42 1B B 32 31
Octal 273 126 77 0 66 102 33 13 62 61
Binary 10111011 1010110 111111 0 110110 1000010 11011 1011 110010 110001

Color Harmonies of #BB563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB563F

Black with #BB563F

Text Example


Text Example

White with #BB563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB563F; }

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

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

background-color css

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

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

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

border-color css

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

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

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